#06429B

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

Shades of Smalt #06429B

Tints of Smalt #06429B

Color information

#06429B (or 0x06429B) is unknown color: approx Smalt. HEX triplet: 06, 42 and 9B. RGB value is (6,66,155). Sum of RGB (Red+Green+Blue) = 6+66+155=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #06429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06429B is #F9BD64. Grayscale: #393939. Windows color (decimal): -16366949 or 10174982. OLE color: 10174982.

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

Color convert

RGB666155-
CMYK0.960.5700.39
HSL215.84º92.55%31.57%-
HSV(B)215.84º96.13%60.78%-
XYZ7.946.331.81-
YUV58.21182.6290.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=2.64%
G=29.07%
B=68.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6661550.960.5700.39215.8492.5531.57
Hex6429B6039027d85d20
Octal61022331407104733013540
Binary11010000101001101111000001110010100111110110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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