#063692

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

Shades of Smalt #063692

Tints of Smalt #063692

Color information

#063692 (or 0x063692) is unknown color: approx Smalt. HEX triplet: 06, 36 and 92. RGB value is (6,54,146). Sum of RGB (Red+Green+Blue) = 6+54+146=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #063692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063692 is #F9C96D. Grayscale: #313131. Windows color (decimal): -16370030 or 9582086. OLE color: 9582086.

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

Color convert

RGB654146-
CMYK0.960.6300.43
HSL219.43º92.11%29.8%-
HSV(B)219.43º95.89%57.25%-
XYZ6.584.7527.76-
YUV50.14182.196.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 146 (57.42% from 255) = 70.87%
R=2.91%
G=26.21%
B=70.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6541460.960.6300.43219.4392.1129.8
Hex63692603F02Bdb5c1e
Octal6662221407705333313436
Binary110110110100100101100000111111010101111011011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063692; }

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

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

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

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

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

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

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

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