Html Css Color HEX #06589C Cobalt

📋 copy color: '#06589C'

red 6 ◦ green 88 ◦ blue 156

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

Shades of Cobalt #06589C

Tints of Cobalt #06589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

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

R = 2.4%
G = 35.2%
B = 62.4%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06589C (or 0x06589C) is known color: Cobalt. HEX triplet: 06, 58 and 9C. RGB value is (6,88,156). Sum of RGB (Red+Green+Blue) = 6+88+156=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #06589C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06589C is #F9A763. Grayscale: #464646. Windows color (decimal): -16361316 or 10246150. OLE color: 10246150.

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

Color convert

RGB 6 88 156 -
CMYK 0.96 0.44 0 0.39
HSL 207.2º 0.93% 0.32% -
HSV(B) 207.2º 0.96% 0.61% -
XYZ 9.57 9.42 32.77 -
YUV 71.23 175.83 81.47 -
System Red Green Blue C M Y K H S L
Decimal 6 88 156 0.96 0.44 0 0.39 207.2 0.93 0.32
Hex 6 58 9C 60 2C 0 27 CF 5D 20
Octal 6 130 234 140 54 0 47 317 135 40
Binary 110 1011000 10011100 1100000 101100 0 100111 11001111 1011101 100000

Color Harmonies of #06589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06589C

Black with #06589C

Text Example


Text Example

White with #06589C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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