Html Css Color HEX #062096 Smalt

📋 copy color: '#062096'

red 6 ◦ green 32 ◦ blue 150

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

Shades of Smalt #062096

Tints of Smalt #062096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 79.79%

R = 3.19%
G = 17.02%
B = 79.79%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#062096 (or 0x062096) is known color: Smalt. HEX triplet: 06, 20 and 96. RGB value is (6,32,150). Sum of RGB (Red+Green+Blue) = 6+32+150=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #062096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062096 is #F9DF69. Grayscale: #252525. Windows color (decimal): -16375658 or 9838598. OLE color: 9838598.

HSL color Cylindrical-coordinate representation of color #062096: hue angle of 229.17º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062096 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 6 32 150 -
CMYK 0.96 0.79 0 0.41
HSL 229.17º 0.92% 0.31% -
HSV(B) 229.17º 0.96% 0.59% -
XYZ 6.1 3.27 29.16 -
YUV 37.68 191.39 105.41 -
System Red Green Blue C M Y K H S L
Decimal 6 32 150 0.96 0.79 0 0.41 229.17 0.92 0.31
Hex 6 20 96 60 4F 0 29 E5 5C 1F
Octal 6 40 226 140 117 0 51 345 134 37
Binary 110 100000 10010110 1100000 1001111 0 101001 11100101 1011100 11111

Color Harmonies of #062096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062096

Black with #062096

Text Example


Text Example

White with #062096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062096; }

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

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

background-color css

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

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

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

border-color css

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

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

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