#063489

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

Shades of Smalt #063489

Tints of Smalt #063489

Color information

#063489 (or 0x063489) is unknown color: approx Smalt. HEX triplet: 06, 34 and 89. RGB value is (6,52,137). Sum of RGB (Red+Green+Blue) = 6+52+137=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 137 (53.91% from 255 or 70.26% from 195); Max value from RGB is 137 - color contains mainly: blue. Hex color #063489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063489 is #F9CB76. Grayscale: #2F2F2F. Windows color (decimal): -16370551 or 8991750. OLE color: 8991750.

HSL color Cylindrical-coordinate representation of color #063489: hue angle of 218.93º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063489 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB652137-
CMYK0.960.6200.46
HSL218.93º91.61%28.04%-
HSV(B)218.93º95.62%53.73%-
XYZ5.824.324.19-
YUV47.94178.2698.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.08%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 137 (53.91% from 255) = 70.26%
R=3.08%
G=26.67%
B=70.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6521370.960.6200.46218.9391.6128.04
Hex63489603E02Edb5c1c
Octal6642111407605633313434
Binary110110100100010011100000111110010111011011011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063489; }

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

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

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

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

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

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

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

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