#063486

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

Shades of Smalt #063486

Tints of Smalt #063486

Color information

#063486 (or 0x063486) is unknown color: approx Smalt. HEX triplet: 06, 34 and 86. RGB value is (6,52,134). Sum of RGB (Red+Green+Blue) = 6+52+134=192 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.12% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 134 (52.73% from 255 or 69.79% from 192); Max value from RGB is 134 - color contains mainly: blue. Hex color #063486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063486 is #F9CB79. Grayscale: #2F2F2F. Windows color (decimal): -16370554 or 8795142. OLE color: 8795142.

HSL color Cylindrical-coordinate representation of color #063486: hue angle of 218.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063486 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB652134-
CMYK0.960.6100.47
HSL218.44º91.43%27.45%-
HSV(B)218.44º95.52%52.55%-
XYZ5.614.2223.07-
YUV47.59176.7698.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.12%
GREEN value IS 52 (20.70% from 255) = 27.08%
BLUE value IS 134 (52.73% from 255) = 69.79%
R=3.12%
G=27.08%
B=69.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6521340.960.6100.47218.4491.4327.45
Hex63486603D02Fda5b1b
Octal6642061407505733213333
Binary110110100100001101100000111101010111111011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063486; }

 p { color: rgb(6,52,134); }

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

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

 a { background-color: rgb(6,52,134); }

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

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

 span { border-color: rgb(6,52,134); }

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