#063996

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

Shades of Smalt #063996

Tints of Smalt #063996

Color information

#063996 (or 0x063996) is unknown color: approx Smalt. HEX triplet: 06, 39 and 96. RGB value is (6,57,150). Sum of RGB (Red+Green+Blue) = 6+57+150=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 150 (58.98% from 255 or 70.42% from 213); Max value from RGB is 150 - color contains mainly: blue. Hex color #063996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063996 is #F9C669. Grayscale: #333333. Windows color (decimal): -16369258 or 9844998. OLE color: 9844998.

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

Color convert

RGB657150-
CMYK0.960.6200.41
HSL218.75º92.31%30.59%-
HSV(B)218.75º96%58.82%-
XYZ7.045.1729.48-
YUV52.35183.194.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 150 (58.98% from 255) = 70.42%
R=2.82%
G=26.76%
B=70.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6571500.960.6200.41218.7592.3130.59
Hex63996603E029db5c1f
Octal6712261407605133313437
Binary110111001100101101100000111110010100111011011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063996; }

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

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

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

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

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

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

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

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