#06599A

Color #06599A Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #06599A

Tints of Cobalt #06599A

Color information

#06599A (or 0x06599A) is unknown color: approx Cobalt. HEX triplet: 06, 59 and 9A. RGB value is (6,89,154). Sum of RGB (Red+Green+Blue) = 6+89+154=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #06599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06599A is #F9A665. Grayscale: #474747. Windows color (decimal): -16361062 or 10115334. OLE color: 10115334.

HSL color Cylindrical-coordinate representation of color #06599A: hue angle of 206.35º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06599A is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB689154-
CMYK0.960.4200.40
HSL206.35º92.5%31.37%-
HSV(B)206.35º96.1%60.39%-
XYZ9.489.5231.91-
YUV71.59174.581.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.41%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 154 (60.55% from 255) = 61.85%
R=2.41%
G=35.74%
B=61.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6891540.960.4200.40206.3592.531.37
Hex6599A602A028ce5c1f
Octal61312321405205031613437
Binary1101011001100110101100000101010010100011001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06599A; }

 p { color: rgb(6,89,154); }

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

<style>
 a { background-color: #06599A; }

 a { background-color: rgb(6,89,154); }

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

<style>
 span { border-color: #06599A; }

 span { border-color: rgb(6,89,154); }

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