#063895

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

Shades of Smalt #063895

Tints of Smalt #063895

Color information

#063895 (or 0x063895) is unknown color: approx Smalt. HEX triplet: 06, 38 and 95. RGB value is (6,56,149). Sum of RGB (Red+Green+Blue) = 6+56+149=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 149 (58.59% from 255 or 70.62% from 211); Max value from RGB is 149 - color contains mainly: blue. Hex color #063895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063895 is #F9C76A. Grayscale: #333333. Windows color (decimal): -16369515 or 9779206. OLE color: 9779206.

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

Color convert

RGB656149-
CMYK0.960.6200.42
HSL219.02º92.26%30.39%-
HSV(B)219.02º95.97%58.43%-
XYZ6.915.0429.04-
YUV51.65182.9495.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 149 (58.59% from 255) = 70.62%
R=2.84%
G=26.54%
B=70.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6561490.960.6200.42219.0292.2630.39
Hex63895603E02Adb5c1e
Octal6702251407605233313436
Binary110111000100101011100000111110010101011011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063895; }

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

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

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

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

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

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

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

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