Html Css Color HEX #062396 Smalt

📋 copy color: '#062396'

red 6 ◦ green 35 ◦ blue 150

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

Shades of Smalt #062396

Tints of Smalt #062396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.32%

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

R = 3.14%
G = 18.32%
B = 78.53%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#062396 (or 0x062396) is known color: Smalt. HEX triplet: 06, 23 and 96. RGB value is (6,35,150). Sum of RGB (Red+Green+Blue) = 6+35+150=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 150 (58.98% from 255 or 78.53% from 191); Max value from RGB is 150 - color contains mainly: blue. Hex color #062396 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062396 is #F9DC69. Grayscale: #262626. Windows color (decimal): -16374890 or 9839366. OLE color: 9839366.

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

Color convert

RGB 6 35 150 -
CMYK 0.96 0.77 0 0.41
HSL 227.92º 0.92% 0.31% -
HSV(B) 227.92º 0.96% 0.59% -
XYZ 6.18 3.44 29.19 -
YUV 39.44 190.39 104.15 -
System Red Green Blue C M Y K H S L
Decimal 6 35 150 0.96 0.77 0 0.41 227.92 0.92 0.31
Hex 6 23 96 60 4D 0 29 E4 5C 1F
Octal 6 43 226 140 115 0 51 344 134 37
Binary 110 100011 10010110 1100000 1001101 0 101001 11100100 1011100 11111

Color Harmonies of #062396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062396

Black with #062396

Text Example


Text Example

White with #062396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062396; }

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

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

background-color css

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

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

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

border-color css

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

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

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