#063E9D

Color #063E9D Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #063E9D

Tints of Smalt #063E9D

Color information

#063E9D (or 0x063E9D) is unknown color: approx Smalt. HEX triplet: 06, 3E and 9D. RGB value is (6,62,157). Sum of RGB (Red+Green+Blue) = 6+62+157=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #063E9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E9D is #F9C162. Grayscale: #373737. Windows color (decimal): -16367971 or 10305030. OLE color: 10305030.

HSL color Cylindrical-coordinate representation of color #063E9D: hue angle of 217.75º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E9D is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB662157-
CMYK0.960.6100.38
HSL217.75º92.64%31.96%-
HSV(B)217.75º96.18%61.57%-
XYZ7.885.9232.63-
YUV56.09184.9592.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 157 (61.72% from 255) = 69.78%
R=2.67%
G=27.56%
B=69.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6621570.960.6100.38217.7592.6431.96
Hex63E9D603D026da5d20
Octal6762351407504633213540
Binary1101111101001110111000001111010100110110110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #063E9D;
 }
 .AnyTagClassName
 {
   color: #063E9D;
 }
</style>
background-color css

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

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

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

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

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

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