#063E98

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

Shades of Smalt #063E98

Tints of Smalt #063E98

Color information

#063E98 (or 0x063E98) is unknown color: approx Smalt. HEX triplet: 06, 3E and 98. RGB value is (6,62,152). Sum of RGB (Red+Green+Blue) = 6+62+152=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #063E98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063E98 is #F9C167. Grayscale: #373737. Windows color (decimal): -16367976 or 9977350. OLE color: 9977350.

HSL color Cylindrical-coordinate representation of color #063E98: hue angle of 216.99º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063E98 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB662152-
CMYK0.960.5900.40
HSL216.99º92.41%30.98%-
HSV(B)216.99º96.05%59.61%-
XYZ7.475.7530.42-
YUV55.52182.4592.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 62 (24.61% from 255) = 28.18%
BLUE value IS 152 (59.77% from 255) = 69.09%
R=2.73%
G=28.18%
B=69.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6621520.960.5900.40216.9992.4130.98
Hex63E98603B028d95c1f
Octal6762301407305033113437
Binary110111110100110001100000111011010100011011001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,62,152); }

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

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

 a { background-color: rgb(6,62,152); }

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

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

 span { border-color: rgb(6,62,152); }

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