#062899

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

Shades of Smalt #062899

Tints of Smalt #062899

Color information

#062899 (or 0x062899) is unknown color: approx Smalt. HEX triplet: 06, 28 and 99. RGB value is (6,40,153). Sum of RGB (Red+Green+Blue) = 6+40+153=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 153 (60.16% from 255 or 76.88% from 199); Max value from RGB is 153 - color contains mainly: blue. Hex color #062899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062899 is #F9D766. Grayscale: #2A2A2A. Windows color (decimal): -16373607 or 10037254. OLE color: 10037254.

HSL color Cylindrical-coordinate representation of color #062899: hue angle of 226.12º degrees, saturation: 0.92, 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 #062899 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB640153-
CMYK0.960.7400.4
HSL226.12º92.45%31.18%-
HSV(B)226.12º96.08%60%-
XYZ6.583.8630.53-
YUV42.72190.24101.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.02%
GREEN value IS 40 (16.02% from 255) = 20.10%
BLUE value IS 153 (60.16% from 255) = 76.88%
R=3.02%
G=20.10%
B=76.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6401530.960.7400.4226.1292.4531.18
Hex62899604A028e25c1f
Octal65023114011205034213437
Binary1101010001001100111000001001010010100011100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062899; }

 p { color: rgb(6,40,153); }

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

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

 a { background-color: rgb(6,40,153); }

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

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

 span { border-color: rgb(6,40,153); }

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