#063F96

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

Shades of Smalt #063F96

Tints of Smalt #063F96

Color information

#063F96 (or 0x063F96) is unknown color: approx Smalt. HEX triplet: 06, 3F and 96. RGB value is (6,63,150). Sum of RGB (Red+Green+Blue) = 6+63+150=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 150 (58.98% from 255 or 68.49% from 219); Max value from RGB is 150 - color contains mainly: blue. Hex color #063F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063F96 is #F9C069. Grayscale: #373737. Windows color (decimal): -16367722 or 9846534. OLE color: 9846534.

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

Color convert

RGB663150-
CMYK0.960.5800.41
HSL216.25º92.31%30.59%-
HSV(B)216.25º96%58.82%-
XYZ7.365.829.59-
YUV55.87181.1292.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.74%
GREEN value IS 63 (25% from 255) = 28.77%
BLUE value IS 150 (58.98% from 255) = 68.49%
R=2.74%
G=28.77%
B=68.49%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6631500.960.5800.41216.2592.3130.59
Hex63F96603A029d85c1f
Octal6772261407205133013437
Binary110111111100101101100000111010010100111011000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,63,150); }

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

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

 a { background-color: rgb(6,63,150); }

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

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

 span { border-color: rgb(6,63,150); }

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