#061660

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

Shades of Sapphire #061660

Tints of Sapphire #061660

Color information

#061660 (or 0x061660) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 60. RGB value is (6,22,96). Sum of RGB (Red+Green+Blue) = 6+22+96=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #061660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061660 is #F9E99F. Grayscale: #191919. Windows color (decimal): -16378272 or 6297094. OLE color: 6297094.

HSL color Cylindrical-coordinate representation of color #061660: hue angle of 229.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061660 is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB62296-
CMYK0.940.7700.62
HSL229.33º88.24%20%-
HSV(B)229.33º93.75%37.65%-
XYZ2.471.4611.22-
YUV25.65167.7113.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 96 (37.89% from 255) = 77.42%
R=4.84%
G=17.74%
B=77.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal622960.940.7700.62229.3388.2420
Hex616605E4D03Ee55814
Octal62614013611507634513024
Binary11010110110000010111101001101011111011100101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061660; }

 p { color: rgb(6,22,96); }

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

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

 a { background-color: rgb(6,22,96); }

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

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

 span { border-color: rgb(6,22,96); }

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