Html Css Color HEX #06479A Cobalt

📋 copy color: '#06479A'

red 6 ◦ green 71 ◦ blue 154

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

Shades of Cobalt #06479A

Tints of Cobalt #06479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 2.6%
G = 30.74%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#06479A (or 0x06479A) is known color: Cobalt. HEX triplet: 06, 47 and 9A. RGB value is (6,71,154). Sum of RGB (Red+Green+Blue) = 6+71+154=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #06479A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06479A is #F9B865. Grayscale: #3C3C3C. Windows color (decimal): -16365670 or 10110726. OLE color: 10110726.

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

Color convert

RGB 6 71 154 -
CMYK 0.96 0.54 0 0.40
HSL 213.65º 0.93% 0.31% -
HSV(B) 213.65º 0.96% 0.6% -
XYZ 8.16 6.88 31.47 -
YUV 61.03 180.47 88.75 -
System Red Green Blue C M Y K H S L
Decimal 6 71 154 0.96 0.54 0 0.40 213.65 0.93 0.31
Hex 6 47 9A 60 36 0 28 D6 5C 1F
Octal 6 107 232 140 66 0 50 326 134 37
Binary 110 1000111 10011010 1100000 110110 0 101000 11010110 1011100 11111

Color Harmonies of #06479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06479A

Black with #06479A

Text Example


Text Example

White with #06479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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