Html Css Color HEX #062091 Smalt

📋 copy color: '#062091'

red 6 ◦ green 32 ◦ blue 145

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

Shades of Smalt #062091

Tints of Smalt #062091

RGB

 RED value IS 6 (2.73% from 255) = 3.28%

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 145 (57.03% from 255) = 79.23%

R = 3.28%
G = 17.49%
B = 79.23%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#062091 (or 0x062091) is known color: Smalt. HEX triplet: 06, 20 and 91. RGB value is (6,32,145). Sum of RGB (Red+Green+Blue) = 6+32+145=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #062091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062091 is #F9DF6E. Grayscale: #242424. Windows color (decimal): -16375663 or 9510918. OLE color: 9510918.

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

Color convert

RGB 6 32 145 -
CMYK 0.96 0.78 0 0.43
HSL 228.78º 0.92% 0.3% -
HSV(B) 228.78º 0.96% 0.57% -
XYZ 5.7 3.12 27.09 -
YUV 37.11 188.89 105.81 -
System Red Green Blue C M Y K H S L
Decimal 6 32 145 0.96 0.78 0 0.43 228.78 0.92 0.3
Hex 6 20 91 60 4E 0 2B E5 5C 1E
Octal 6 40 221 140 116 0 53 345 134 36
Binary 110 100000 10010001 1100000 1001110 0 101011 11100101 1011100 11110

Color Harmonies of #062091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062091

Black with #062091

Text Example


Text Example

White with #062091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062091; }

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

 H1.HeaderClassName
 {
   color: #062091;
 }
 .AnyTagClassName
 {
   color: #062091;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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