Html Css Color HEX #06559A Cobalt

📋 copy color: '#06559A'

red 6 ◦ green 85 ◦ blue 154

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

Shades of Cobalt #06559A

Tints of Cobalt #06559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 62.86%

R = 2.45%
G = 34.69%
B = 62.86%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#06559A (or 0x06559A) is known color: Cobalt. HEX triplet: 06, 55 and 9A. RGB value is (6,85,154). Sum of RGB (Red+Green+Blue) = 6+85+154=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #06559A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06559A is #F9AA65. Grayscale: #444444. Windows color (decimal): -16362086 or 10114310. OLE color: 10114310.

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

Color convert

RGB 6 85 154 -
CMYK 0.96 0.45 0 0.40
HSL 207.97º 0.93% 0.31% -
HSV(B) 207.97º 0.96% 0.6% -
XYZ 9.16 8.87 31.8 -
YUV 69.25 175.83 82.89 -
System Red Green Blue C M Y K H S L
Decimal 6 85 154 0.96 0.45 0 0.40 207.97 0.93 0.31
Hex 6 55 9A 60 2D 0 28 D0 5C 1F
Octal 6 125 232 140 55 0 50 320 134 37
Binary 110 1010101 10011010 1100000 101101 0 101000 11010000 1011100 11111

Color Harmonies of #06559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06559A

Black with #06559A

Text Example


Text Example

White with #06559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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