#062796

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

Shades of Smalt #062796

Tints of Smalt #062796

Color information

#062796 (or 0x062796) is unknown color: approx Smalt. HEX triplet: 06, 27 and 96. RGB value is (6,39,150). Sum of RGB (Red+Green+Blue) = 6+39+150=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 39 (15.62% from 255 or 20% from 195); Blue value is 150 (58.98% from 255 or 76.92% from 195); Max value from RGB is 150 - color contains mainly: blue. Hex color #062796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062796 is #F9D869. Grayscale: #292929. Windows color (decimal): -16373866 or 9840390. OLE color: 9840390.

HSL color Cylindrical-coordinate representation of color #062796: hue angle of 226.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062796 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB639150-
CMYK0.960.7400.41
HSL226.25º92.31%30.59%-
HSV(B)226.25º96%58.82%-
XYZ6.313.6929.23-
YUV41.79189.07102.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 39 (15.62% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 76.92%
R=3.08%
G=20%
B=76.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6391500.960.7400.41226.2592.3130.59
Hex62796604A029e25c1f
Octal64722614011205134213437
Binary1101001111001011011000001001010010100111100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062796; }

 p { color: rgb(6,39,150); }

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

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

 a { background-color: rgb(6,39,150); }

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

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

 span { border-color: rgb(6,39,150); }

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