Html Css Color HEX #062184 Smalt

📋 copy color: '#062184'

red 6 ◦ green 33 ◦ blue 132

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

Shades of Smalt #062184

Tints of Smalt #062184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 77.19%

R = 3.51%
G = 19.3%
B = 77.19%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#062184 (or 0x062184) is known color: Smalt. HEX triplet: 06, 21 and 84. RGB value is (6,33,132). Sum of RGB (Red+Green+Blue) = 6+33+132=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #062184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062184 is #F9DE7B. Grayscale: #232323. Windows color (decimal): -16375420 or 8659206. OLE color: 8659206.

HSL color Cylindrical-coordinate representation of color #062184: hue angle of 227.14º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062184 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 33 132 -
CMYK 0.95 0.75 0 0.48
HSL 227.14º 0.91% 0.27% -
HSV(B) 227.14º 0.95% 0.52% -
XYZ 4.78 2.79 22.12 -
YUV 36.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 6 33 132 0.95 0.75 0 0.48 227.14 0.91 0.27
Hex 6 21 84 5F 4B 0 30 E3 5B 1B
Octal 6 41 204 137 113 0 60 343 133 33
Binary 110 100001 10000100 1011111 1001011 0 110000 11100011 1011011 11011

Color Harmonies of #062184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062184

Black with #062184

Text Example


Text Example

White with #062184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062184; }

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

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

background-color css

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

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

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

border-color css

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

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

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