#061E91

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

Shades of Smalt #061E91

Tints of Smalt #061E91

Color information

#061E91 (or 0x061E91) is unknown color: approx Smalt. HEX triplet: 06, 1E and 91. RGB value is (6,30,145). Sum of RGB (Red+Green+Blue) = 6+30+145=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #061E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E91 is #F9E16E. Grayscale: #232323. Windows color (decimal): -16376175 or 9510406. OLE color: 9510406.

HSL color Cylindrical-coordinate representation of color #061E91: hue angle of 229.64º 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 #061E91 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB630145-
CMYK0.960.7900.43
HSL229.64º92.05%29.61%-
HSV(B)229.64º95.86%56.86%-
XYZ5.653.0127.07-
YUV35.93189.55106.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 145 (57.03% from 255) = 80.11%
R=3.31%
G=16.57%
B=80.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6301450.960.7900.43229.6492.0529.61
Hex61E91604F02Be65c1e
Octal63622114011705334613436
Binary110111101001000111000001001111010101111100110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E91; }

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

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

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

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

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

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

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

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