#061bdd

Color #061BDD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #061BDD

Tints of Medium Blue #061BDD

Color information

#061BDD (or 0x061BDD) is unknown color: approx Medium Blue. HEX triplet: 06, 1B and DD. RGB value is (6,27,221). Sum of RGB (Red+Green+Blue) = 6+27+221=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #061BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BDD is #F9E422. Grayscale: #2A2A2A. Windows color (decimal): -16376867 or 14490374. OLE color: 14490374.

HSL color Cylindrical-coordinate representation of color #061BDD: hue angle of 234.14º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061BDD is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB627221-
CMYK0.970.8800.13
HSL234.14º94.71%44.51%-
HSV(B)234.14º97.29%86.67%-
XYZ13.526.0468.86-
YUV42.84228.54101.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.36%
GREEN value IS 27 (10.94% from 255) = 10.63%
BLUE value IS 221 (86.72% from 255) = 87.01%
R=2.36%
G=10.63%
B=87.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal6272210.970.8800.13234.1494.7144.51
Hex61BDD61580Dea5f2d
Octal63333514113001535213755
Binary11011011110111011100001101100001101111010101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061bdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061bdd; }

 p { color: rgb(6,27,221); }

 H1.HeaderClassName
 {
   color: #061bdd;
 }
 .AnyTagClassName
 {
   color: #061bdd;
 }
</style>
background-color css

<style>
 a { background-color: #061bdd; }

 a { background-color: rgb(6,27,221); }

 div.DivClassName
 {
   background-color: #061bdd;
 }
 .BgClassName
 {
   background-color: #061bdd;
 }
</style>
border-color css

<style>
 span { border-color: #061bdd; }

 span { border-color: rgb(6,27,221); }

 td.TdClassName
 {
   border-color: #061bdd;
 }
 .TagClassName
 {
   border-color: #061bdd;
 }
</style>