#063699

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

Shades of Smalt #063699

Tints of Smalt #063699

Color information

#063699 (or 0x063699) is unknown color: approx Smalt. HEX triplet: 06, 36 and 99. RGB value is (6,54,153). Sum of RGB (Red+Green+Blue) = 6+54+153=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #063699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063699 is #F9C966. Grayscale: #323232. Windows color (decimal): -16370023 or 10040838. OLE color: 10040838.

HSL color Cylindrical-coordinate representation of color #063699: hue angle of 220.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063699 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB654153-
CMYK0.960.6500.4
HSL220.41º92.45%31.18%-
HSV(B)220.41º96.08%60%-
XYZ7.144.9830.72-
YUV50.93185.695.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 153 (60.16% from 255) = 71.83%
R=2.82%
G=25.35%
B=71.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6541530.960.6500.4220.4192.4531.18
Hex636996041028dc5c1f
Octal66623114010105033413437
Binary1101101101001100111000001000001010100011011100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063699; }

 p { color: rgb(6,54,153); }

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

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

 a { background-color: rgb(6,54,153); }

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

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

 span { border-color: rgb(6,54,153); }

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