Html Css Color HEX #062886 Smalt

📋 copy color: '#062886'

red 6 ◦ green 40 ◦ blue 134

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

Shades of Smalt #062886

Tints of Smalt #062886

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

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

R = 3.33%
G = 22.22%
B = 74.44%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#062886 (or 0x062886) is known color: Smalt. HEX triplet: 06, 28 and 86. RGB value is (6,40,134). Sum of RGB (Red+Green+Blue) = 6+40+134=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 134 (52.73% from 255 or 74.44% from 180); Max value from RGB is 134 - color contains mainly: blue. Hex color #062886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062886 is #F9D779. Grayscale: #282828. Windows color (decimal): -16373626 or 8792070. OLE color: 8792070.

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

Color convert

RGB 6 40 134 -
CMYK 0.96 0.70 0 0.47
HSL 224.06º 0.91% 0.27% -
HSV(B) 224.06º 0.96% 0.53% -
XYZ 5.14 3.28 22.92 -
YUV 40.55 180.74 103.36 -
System Red Green Blue C M Y K H S L
Decimal 6 40 134 0.96 0.70 0 0.47 224.06 0.91 0.27
Hex 6 28 86 60 46 0 2F E0 5B 1B
Octal 6 50 206 140 106 0 57 340 133 33
Binary 110 101000 10000110 1100000 1000110 0 101111 11100000 1011011 11011

Color Harmonies of #062886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062886

Black with #062886

Text Example


Text Example

White with #062886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062886; }

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

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

background-color css

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

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

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

border-color css

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

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

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