#06409C

Color #06409C Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #06409C

Tints of Smalt #06409C

Color information

#06409C (or 0x06409C) is unknown color: approx Smalt. HEX triplet: 06, 40 and 9C. RGB value is (6,64,156). Sum of RGB (Red+Green+Blue) = 6+64+156=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #06409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06409C is #F9BF63. Grayscale: #383838. Windows color (decimal): -16367460 or 10240006. OLE color: 10240006.

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

Color convert

RGB664156-
CMYK0.960.5900.39
HSL216.8º92.59%31.76%-
HSV(B)216.8º96.15%61.18%-
XYZ7.916.1132.21-
YUV57.15183.7891.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 156 (61.33% from 255) = 69.03%
R=2.65%
G=28.32%
B=69.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6641560.960.5900.39216.892.5931.76
Hex6409C603B027d95d20
Octal61002341407304733113540
Binary11010000001001110011000001110110100111110110011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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