Html Css Color HEX #063E91 Smalt

📋 copy color: '#063E91'

red 6 ◦ green 62 ◦ blue 145

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

Shades of Smalt #063E91

Tints of Smalt #063E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.08%

R = 2.82%
G = 29.11%
B = 68.08%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#063E91 (or 0x063E91) is known color: Smalt. HEX triplet: 06, 3E and 91. RGB value is (6,62,145). Sum of RGB (Red+Green+Blue) = 6+62+145=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #063E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E91 is #F9C16E. Grayscale: #363636. Windows color (decimal): -16367983 or 9518598. OLE color: 9518598.

HSL color Cylindrical-coordinate representation of color #063E91: hue angle of 215.83º 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 #063E91 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 6 62 145 -
CMYK 0.96 0.57 0 0.43
HSL 215.83º 0.92% 0.3% -
HSV(B) 215.83º 0.96% 0.57% -
XYZ 6.91 5.53 27.49 -
YUV 54.72 178.95 93.25 -
System Red Green Blue C M Y K H S L
Decimal 6 62 145 0.96 0.57 0 0.43 215.83 0.92 0.3
Hex 6 3E 91 60 39 0 2B D8 5C 1E
Octal 6 76 221 140 71 0 53 330 134 36
Binary 110 111110 10010001 1100000 111001 0 101011 11011000 1011100 11110

Color Harmonies of #063E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E91

Black with #063E91

Text Example


Text Example

White with #063E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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