#063097

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

Shades of Smalt #063097

Tints of Smalt #063097

Color information

#063097 (or 0x063097) is unknown color: approx Smalt. HEX triplet: 06, 30 and 97. RGB value is (6,48,151). Sum of RGB (Red+Green+Blue) = 6+48+151=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 151 (59.38% from 255 or 73.66% from 205); Max value from RGB is 151 - color contains mainly: blue. Hex color #063097 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063097 is #F9CF68. Grayscale: #2E2E2E. Windows color (decimal): -16371561 or 9908230. OLE color: 9908230.

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

Color convert

RGB648151-
CMYK0.960.6800.41
HSL222.62º92.36%30.78%-
HSV(B)222.62º96.03%59.22%-
XYZ6.724.3929.77-
YUV47.18186.5998.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.93%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 151 (59.38% from 255) = 73.66%
R=2.93%
G=23.41%
B=73.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6481510.960.6800.41222.6292.3630.78
Hex630976044029df5c1f
Octal66022714010405133713437
Binary1101100001001011111000001000100010100111011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063097; }

 p { color: rgb(6,48,151); }

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

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

 a { background-color: rgb(6,48,151); }

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

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

 span { border-color: rgb(6,48,151); }

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