#06429E

Color #06429E Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #06429E

Tints of Cobalt #06429E

Color information

#06429E (or 0x06429E) is unknown color: approx Cobalt. HEX triplet: 06, 42 and 9E. RGB value is (6,66,158). Sum of RGB (Red+Green+Blue) = 6+66+158=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #06429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06429E is #F9BD61. Grayscale: #3A3A3A. Windows color (decimal): -16366946 or 10371590. OLE color: 10371590.

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

Color convert

RGB666158-
CMYK0.960.5800.38
HSL216.32º92.68%32.16%-
HSV(B)216.32º96.2%61.96%-
XYZ8.196.433.15-
YUV58.55184.1290.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.61%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 158 (62.11% from 255) = 68.70%
R=2.61%
G=28.70%
B=68.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6661580.960.5800.38216.3292.6832.16
Hex6429E603A026d85d20
Octal61022361407204633013540
Binary11010000101001111011000001110100100110110110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06429E; }

 p { color: rgb(6,66,158); }

 H1.HeaderClassName
 {
   color: #06429E;
 }
 .AnyTagClassName
 {
   color: #06429E;
 }
</style>
background-color css

<style>
 a { background-color: #06429E; }

 a { background-color: rgb(6,66,158); }

 div.DivClassName
 {
   background-color: #06429E;
 }
 .BgClassName
 {
   background-color: #06429E;
 }
</style>
border-color css

<style>
 span { border-color: #06429E; }

 span { border-color: rgb(6,66,158); }

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