Html Css Color HEX #061E91 Smalt

📋 copy color: '#061E91'

red 6 ◦ green 30 ◦ blue 145

#061E91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #061E91

Tints of Smalt #061E91

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 value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#061E91 (or 0x061E91) is known color: 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

RGB 6 30 145 -
CMYK 0.96 0.79 0 0.43
HSL 229.64º 0.92% 0.3% -
HSV(B) 229.64º 0.96% 0.57% -
XYZ 5.65 3.01 27.07 -
YUV 35.93 189.55 106.65 -
System Red Green Blue C M Y K H S L
Decimal 6 30 145 0.96 0.79 0 0.43 229.64 0.92 0.3
Hex 6 1E 91 60 4F 0 2B E6 5C 1E
Octal 6 36 221 140 117 0 53 346 134 36
Binary 110 11110 10010001 1100000 1001111 0 101011 11100110 1011100 11110

Color Harmonies of #061E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E91

Black with #061E91

Text Example


Text Example

White with #061E91

Text Example


Text Example

HTML Codes & Css Web 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>