Html Css Color HEX #06469C Cobalt

📋 copy color: '#06469C'

red 6 ◦ green 70 ◦ blue 156

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

Shades of Cobalt #06469C

Tints of Cobalt #06469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

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

R = 2.59%
G = 30.17%
B = 67.24%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06469C (or 0x06469C) is known color: Cobalt. HEX triplet: 06, 46 and 9C. RGB value is (6,70,156). Sum of RGB (Red+Green+Blue) = 6+70+156=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #06469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06469C is #F9B963. Grayscale: #3C3C3C. Windows color (decimal): -16365924 or 10241542. OLE color: 10241542.

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

Color convert

RGB 6 70 156 -
CMYK 0.96 0.55 0 0.39
HSL 214.4º 0.93% 0.32% -
HSV(B) 214.4º 0.96% 0.61% -
XYZ 8.27 6.82 32.33 -
YUV 60.67 181.8 89.01 -
System Red Green Blue C M Y K H S L
Decimal 6 70 156 0.96 0.55 0 0.39 214.4 0.93 0.32
Hex 6 46 9C 60 37 0 27 D6 5D 20
Octal 6 106 234 140 67 0 47 326 135 40
Binary 110 1000110 10011100 1100000 110111 0 100111 11010110 1011101 100000

Color Harmonies of #06469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06469C

Black with #06469C

Text Example


Text Example

White with #06469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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