#061E93

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

Shades of Smalt #061E93

Tints of Smalt #061E93

Color information

#061E93 (or 0x061E93) is unknown color: approx Smalt. HEX triplet: 06, 1E and 93. RGB value is (6,30,147). Sum of RGB (Red+Green+Blue) = 6+30+147=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 147 (57.81% from 255 or 80.33% from 183); Max value from RGB is 147 - color contains mainly: blue. Hex color #061E93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061E93 is #F9E16C. Grayscale: #232323. Windows color (decimal): -16376173 or 9641478. OLE color: 9641478.

HSL color Cylindrical-coordinate representation of color #061E93: hue angle of 229.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061E93 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB630147-
CMYK0.960.8000.42
HSL229.79º92.16%30%-
HSV(B)229.79º95.92%57.65%-
XYZ5.813.0727.89-
YUV36.16190.55106.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 30 (12.11% from 255) = 16.39%
BLUE value IS 147 (57.81% from 255) = 80.33%
R=3.28%
G=16.39%
B=80.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6301470.960.8000.42229.7992.1630
Hex61E93605002Ae65c1e
Octal63622314012005234613436
Binary110111101001001111000001010000010101011100110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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