#063891

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

Shades of Smalt #063891

Tints of Smalt #063891

Color information

#063891 (or 0x063891) is unknown color: approx Smalt. HEX triplet: 06, 38 and 91. RGB value is (6,56,145). Sum of RGB (Red+Green+Blue) = 6+56+145=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #063891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063891 is #F9C76E. Grayscale: #323232. Windows color (decimal): -16369519 or 9517062. OLE color: 9517062.

HSL color Cylindrical-coordinate representation of color #063891: hue angle of 218.42º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063891 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB656145-
CMYK0.960.6100.43
HSL218.42º92.05%29.61%-
HSV(B)218.42º95.86%56.86%-
XYZ6.64.9127.39-
YUV51.2180.9495.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.90%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=2.90%
G=27.05%
B=70.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6561450.960.6100.43218.4292.0529.61
Hex63891603D02Bda5c1e
Octal6702211407505333213436
Binary110111000100100011100000111101010101111011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063891; }

 p { color: rgb(6,56,145); }

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

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

 a { background-color: rgb(6,56,145); }

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

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

 span { border-color: rgb(6,56,145); }

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