Html Css Color HEX #062086 Smalt

📋 copy color: '#062086'

red 6 ◦ green 32 ◦ blue 134

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

Shades of Smalt #062086

Tints of Smalt #062086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 77.91%

R = 3.49%
G = 18.6%
B = 77.91%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#062086 (or 0x062086) is known color: Smalt. HEX triplet: 06, 20 and 86. RGB value is (6,32,134). Sum of RGB (Red+Green+Blue) = 6+32+134=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 134 (52.73% from 255 or 77.91% from 172); Max value from RGB is 134 - color contains mainly: blue. Hex color #062086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062086 is #F9DF79. Grayscale: #232323. Windows color (decimal): -16375674 or 8790022. OLE color: 8790022.

HSL color Cylindrical-coordinate representation of color #062086: hue angle of 227.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062086 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 32 134 -
CMYK 0.96 0.76 0 0.47
HSL 227.81º 0.91% 0.27% -
HSV(B) 227.81º 0.96% 0.53% -
XYZ 4.89 2.79 22.84 -
YUV 35.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 6 32 134 0.96 0.76 0 0.47 227.81 0.91 0.27
Hex 6 20 86 60 4C 0 2F E4 5B 1B
Octal 6 40 206 140 114 0 57 344 133 33
Binary 110 100000 10000110 1100000 1001100 0 101111 11100100 1011011 11011

Color Harmonies of #062086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062086

Black with #062086

Text Example


Text Example

White with #062086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062086; }

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

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

background-color css

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

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

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

border-color css

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

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

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