#063C92

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

Shades of Smalt #063C92

Tints of Smalt #063C92

Color information

#063C92 (or 0x063C92) is unknown color: approx Smalt. HEX triplet: 06, 3C and 92. RGB value is (6,60,146). Sum of RGB (Red+Green+Blue) = 6+60+146=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #063C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063C92 is #F9C36D. Grayscale: #353535. Windows color (decimal): -16368494 or 9583622. OLE color: 9583622.

HSL color Cylindrical-coordinate representation of color #063C92: hue angle of 216.86º 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 #063C92 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB660146-
CMYK0.960.5900.43
HSL216.86º92.11%29.8%-
HSV(B)216.86º95.89%57.25%-
XYZ6.885.3527.86-
YUV53.66180.1194.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 146 (57.42% from 255) = 68.87%
R=2.83%
G=28.30%
B=68.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6601460.960.5900.43216.8692.1129.8
Hex63C92603B02Bd95c1e
Octal6742221407305333113436
Binary110111100100100101100000111011010101111011001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063C92; }

 p { color: rgb(6,60,146); }

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

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

 a { background-color: rgb(6,60,146); }

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

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

 span { border-color: rgb(6,60,146); }

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