#063896

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

Shades of Smalt #063896

Tints of Smalt #063896

Color information

#063896 (or 0x063896) is unknown color: approx Smalt. HEX triplet: 06, 38 and 96. RGB value is (6,56,150). Sum of RGB (Red+Green+Blue) = 6+56+150=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #063896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063896 is #F9C769. Grayscale: #333333. Windows color (decimal): -16369514 or 9844742. OLE color: 9844742.

HSL color Cylindrical-coordinate representation of color #063896: hue angle of 219.17º 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 #063896 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB656150-
CMYK0.960.6300.41
HSL219.17º92.31%30.59%-
HSV(B)219.17º96%58.82%-
XYZ6.995.0729.46-
YUV51.77183.4495.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 56 (22.27% from 255) = 26.42%
BLUE value IS 150 (58.98% from 255) = 70.75%
R=2.83%
G=26.42%
B=70.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6561500.960.6300.41219.1792.3130.59
Hex63896603F029db5c1f
Octal6702261407705133313437
Binary110111000100101101100000111111010100111011011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063896; }

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

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

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

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

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

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

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

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