Html Css Color HEX #06549F Cobalt

📋 copy color: '#06549F'

red 6 ◦ green 84 ◦ blue 159

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

Shades of Cobalt #06549F

Tints of Cobalt #06549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

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

R = 2.41%
G = 33.73%
B = 63.86%

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

#06549F (or 0x06549F) is known color: Cobalt. HEX triplet: 06, 54 and 9F. RGB value is (6,84,159). Sum of RGB (Red+Green+Blue) = 6+84+159=249 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.41% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #06549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06549F is #F9AB60. Grayscale: #444444. Windows color (decimal): -16362337 or 10441734. OLE color: 10441734.

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

Color convert

RGB 6 84 159 -
CMYK 0.96 0.47 0 0.38
HSL 209.41º 0.93% 0.32% -
HSV(B) 209.41º 0.96% 0.62% -
XYZ 9.5 8.88 34.01 -
YUV 69.23 178.66 82.9 -
System Red Green Blue C M Y K H S L
Decimal 6 84 159 0.96 0.47 0 0.38 209.41 0.93 0.32
Hex 6 54 9F 60 2F 0 26 D1 5D 20
Octal 6 124 237 140 57 0 46 321 135 40
Binary 110 1010100 10011111 1100000 101111 0 100110 11010001 1011101 100000

Color Harmonies of #06549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06549F

Black with #06549F

Text Example


Text Example

White with #06549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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