Html Css Color HEX #06559F Cobalt

📋 copy color: '#06559F'

red 6 ◦ green 85 ◦ blue 159

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

Shades of Cobalt #06559F

Tints of Cobalt #06559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 63.6%

R = 2.4%
G = 34%
B = 63.6%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06559F (or 0x06559F) is known color: Cobalt. HEX triplet: 06, 55 and 9F. RGB value is (6,85,159). Sum of RGB (Red+Green+Blue) = 6+85+159=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 159 (62.5% from 255 or 63.6% from 250); Max value from RGB is 159 - color contains mainly: blue. Hex color #06559F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06559F is #F9AA60. Grayscale: #454545. Windows color (decimal): -16362081 or 10441990. OLE color: 10441990.

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

Color convert

RGB 6 85 159 -
CMYK 0.96 0.47 0 0.38
HSL 209.02º 0.93% 0.32% -
HSV(B) 209.02º 0.96% 0.62% -
XYZ 9.58 9.04 34.04 -
YUV 69.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 6 85 159 0.96 0.47 0 0.38 209.02 0.93 0.32
Hex 6 55 9F 60 2F 0 26 D1 5D 20
Octal 6 125 237 140 57 0 46 321 135 40
Binary 110 1010101 10011111 1100000 101111 0 100110 11010001 1011101 100000

Color Harmonies of #06559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06559F

Black with #06559F

Text Example


Text Example

White with #06559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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