#062891

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

Shades of Smalt #062891

Tints of Smalt #062891

Color information

#062891 (or 0x062891) is unknown color: approx Smalt. HEX triplet: 06, 28 and 91. RGB value is (6,40,145). Sum of RGB (Red+Green+Blue) = 6+40+145=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 145 (57.03% from 255 or 75.92% from 191); Max value from RGB is 145 - color contains mainly: blue. Hex color #062891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062891 is #F9D76E. Grayscale: #292929. Windows color (decimal): -16373615 or 9512966. OLE color: 9512966.

HSL color Cylindrical-coordinate representation of color #062891: hue angle of 225.32º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062891 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB640145-
CMYK0.960.7200.43
HSL225.32º92.05%29.61%-
HSV(B)225.32º95.86%56.86%-
XYZ5.943.627.17-
YUV41.8186.24102.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 145 (57.03% from 255) = 75.92%
R=3.14%
G=20.94%
B=75.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6401450.960.7200.43225.3292.0529.61
Hex62891604802Be15c1e
Octal65022114011005334113436
Binary1101010001001000111000001001000010101111100001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062891; }

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

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

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

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

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

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

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

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