Html Css Color HEX #063E92 Smalt

📋 copy color: '#063E92'

red 6 ◦ green 62 ◦ blue 146

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

Shades of Smalt #063E92

Tints of Smalt #063E92

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.97%

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 2.8%
G = 28.97%
B = 68.22%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063E92 (or 0x063E92) is known color: Smalt. HEX triplet: 06, 3E and 92. RGB value is (6,62,146). Sum of RGB (Red+Green+Blue) = 6+62+146=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #063E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E92 is #F9C16D. Grayscale: #363636. Windows color (decimal): -16367982 or 9584134. OLE color: 9584134.

HSL color Cylindrical-coordinate representation of color #063E92: hue angle of 216º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E92 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 62 146 -
CMYK 0.96 0.58 0 0.43
HSL 216º 0.92% 0.3% -
HSV(B) 216º 0.96% 0.57% -
XYZ 6.99 5.56 27.9 -
YUV 54.83 179.45 93.17 -
System Red Green Blue C M Y K H S L
Decimal 6 62 146 0.96 0.58 0 0.43 216 0.92 0.3
Hex 6 3E 92 60 3A 0 2B D8 5C 1E
Octal 6 76 222 140 72 0 53 330 134 36
Binary 110 111110 10010010 1100000 111010 0 101011 11011000 1011100 11110

Color Harmonies of #063E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E92

Black with #063E92

Text Example


Text Example

White with #063E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063E92; }

 p { color: rgb(6,62,146); }

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

background-color css

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

 a { background-color: rgb(6,62,146); }

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

border-color css

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

 span { border-color: rgb(6,62,146); }

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