#061563

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

Shades of Sapphire #061563

Tints of Sapphire #061563

Color information

#061563 (or 0x061563) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 63. RGB value is (6,21,99). Sum of RGB (Red+Green+Blue) = 6+21+99=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #061563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061563 is #F9EA9C. Grayscale: #191919. Windows color (decimal): -16378525 or 6493446. OLE color: 6493446.

HSL color Cylindrical-coordinate representation of color #061563: hue angle of 230.32º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061563 is Cyan = 0.94, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB62199-
CMYK0.940.7900.61
HSL230.32º88.57%20.59%-
HSV(B)230.32º93.94%38.82%-
XYZ2.61.4811.95-
YUV25.41169.53114.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 78.57%
R=4.76%
G=16.67%
B=78.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal621990.940.7900.61230.3288.5720.59
Hex615635E4F03De65915
Octal62514313611707534613125
Binary11010101110001110111101001111011110111100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061563; }

 p { color: rgb(6,21,99); }

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

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

 a { background-color: rgb(6,21,99); }

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

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

 span { border-color: rgb(6,21,99); }

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