Html Css Color HEX #062195 Smalt

📋 copy color: '#062195'

red 6 ◦ green 33 ◦ blue 149

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

Shades of Smalt #062195

Tints of Smalt #062195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

 BLUE value IS 149 (58.59% from 255) = 79.26%

R = 3.19%
G = 17.55%
B = 79.26%

CMYK

 C value IS 0.96

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#062195 (or 0x062195) is known color: Smalt. HEX triplet: 06, 21 and 95. RGB value is (6,33,149). Sum of RGB (Red+Green+Blue) = 6+33+149=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 149 (58.59% from 255 or 79.26% from 188); Max value from RGB is 149 - color contains mainly: blue. Hex color #062195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062195 is #F9DE6A. Grayscale: #252525. Windows color (decimal): -16375403 or 9773318. OLE color: 9773318.

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

Color convert

RGB 6 33 149 -
CMYK 0.96 0.78 0 0.42
HSL 228.67º 0.92% 0.3% -
HSV(B) 228.67º 0.96% 0.58% -
XYZ 6.04 3.3 28.75 -
YUV 38.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 6 33 149 0.96 0.78 0 0.42 228.67 0.92 0.3
Hex 6 21 95 60 4E 0 2A E5 5C 1E
Octal 6 41 225 140 116 0 52 345 134 36
Binary 110 100001 10010101 1100000 1001110 0 101010 11100101 1011100 11110

Color Harmonies of #062195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062195

Black with #062195

Text Example


Text Example

White with #062195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062195; }

 p { color: rgb(6,33,149); }

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

background-color css

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

 a { background-color: rgb(6,33,149); }

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

border-color css

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

 span { border-color: rgb(6,33,149); }

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