#063A93

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

Shades of Smalt #063A93

Tints of Smalt #063A93

Color information

#063A93 (or 0x063A93) is unknown color: approx Smalt. HEX triplet: 06, 3A and 93. RGB value is (6,58,147). Sum of RGB (Red+Green+Blue) = 6+58+147=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #063A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063A93 is #F9C56C. Grayscale: #343434. Windows color (decimal): -16369005 or 9648646. OLE color: 9648646.

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

Color convert

RGB658147-
CMYK0.960.6100.42
HSL217.87º92.16%30%-
HSV(B)217.87º95.92%57.65%-
XYZ6.855.1728.24-
YUV52.6181.2794.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.84%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 147 (57.81% from 255) = 69.67%
R=2.84%
G=27.49%
B=69.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6581470.960.6100.42217.8792.1630
Hex63A93603D02Ada5c1e
Octal6722231407505233213436
Binary110111010100100111100000111101010101011011010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,58,147); }

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

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

 a { background-color: rgb(6,58,147); }

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

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

 span { border-color: rgb(6,58,147); }

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