#063487

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

Shades of Smalt #063487

Tints of Smalt #063487

Color information

#063487 (or 0x063487) is unknown color: approx Smalt. HEX triplet: 06, 34 and 87. RGB value is (6,52,135). Sum of RGB (Red+Green+Blue) = 6+52+135=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #063487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063487 is #F9CB78. Grayscale: #2F2F2F. Windows color (decimal): -16370553 or 8860678. OLE color: 8860678.

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

Color convert

RGB652135-
CMYK0.960.6100.47
HSL218.6º91.49%27.65%-
HSV(B)218.6º95.56%52.94%-
XYZ5.684.2423.44-
YUV47.71177.2698.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.11%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 135 (53.12% from 255) = 69.95%
R=3.11%
G=26.94%
B=69.95%

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
Decimal6521350.960.6100.47218.691.4927.65
Hex63487603D02Fdb5b1c
Octal6642071407505733313334
Binary110110100100001111100000111101010111111011011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063487; }

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

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

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

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

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

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

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

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