Html Css Color HEX #06559C Cobalt

📋 copy color: '#06559C'

red 6 ◦ green 85 ◦ blue 156

#06559C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #06559C

Tints of Cobalt #06559C

RGB

 RED value IS 6 (2.73% from 255) = 2.43%

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 2.43%
G = 34.41%
B = 63.16%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06559C (or 0x06559C) is known color: Cobalt. HEX triplet: 06, 55 and 9C. RGB value is (6,85,156). Sum of RGB (Red+Green+Blue) = 6+85+156=247 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.43% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #06559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06559C is #F9AA63. Grayscale: #454545. Windows color (decimal): -16362084 or 10245382. OLE color: 10245382.

HSL color Cylindrical-coordinate representation of color #06559C: hue angle of 208.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06559C is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 85 156 -
CMYK 0.96 0.46 0 0.39
HSL 208.4º 0.93% 0.32% -
HSV(B) 208.4º 0.96% 0.61% -
XYZ 9.32 8.94 32.69 -
YUV 69.47 176.83 82.73 -
System Red Green Blue C M Y K H S L
Decimal 6 85 156 0.96 0.46 0 0.39 208.4 0.93 0.32
Hex 6 55 9C 60 2E 0 27 D0 5D 20
Octal 6 125 234 140 56 0 47 320 135 40
Binary 110 1010101 10011100 1100000 101110 0 100111 11010000 1011101 100000

Color Harmonies of #06559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06559C

Black with #06559C

Text Example


Text Example

White with #06559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06559C; }

 p { color: rgb(6,85,156); }

 H1.HeaderClassName
 {
   color: #06559C;
 }
 .AnyTagClassName
 {
   color: #06559C;
 }
</style>

background-color css

<style>
 a { background-color: #06559C; }

 a { background-color: rgb(6,85,156); }

 div.DivClassName
 {
   background-color: #06559C;
 }
 .BgClassName
 {
   background-color: #06559C;
 }
</style>

border-color css

<style>
 span { border-color: #06559C; }

 span { border-color: rgb(6,85,156); }

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