#06589F

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

Shades of Cobalt #06589F

Tints of Cobalt #06589F

Color information

#06589F (or 0x06589F) is unknown color: approx Cobalt. HEX triplet: 06, 58 and 9F. RGB value is (6,88,159). Sum of RGB (Red+Green+Blue) = 6+88+159=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #06589F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06589F is #F9A760. Grayscale: #474747. Windows color (decimal): -16361313 or 10442758. OLE color: 10442758.

HSL color Cylindrical-coordinate representation of color #06589F: hue angle of 207.84º 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 #06589F is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB688159-
CMYK0.960.4500.38
HSL207.84º92.73%32.35%-
HSV(B)207.84º96.23%62.35%-
XYZ9.829.5234.12-
YUV71.58177.3381.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.37%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 159 (62.5% from 255) = 62.85%
R=2.37%
G=34.78%
B=62.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6881590.960.4500.38207.8492.7332.35
Hex6589F602D026d05d20
Octal61302371405504632013540
Binary11010110001001111111000001011010100110110100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06589F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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