#061664

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

Shades of Sapphire #061664

Tints of Sapphire #061664

Color information

#061664 (or 0x061664) is unknown color: approx Sapphire. HEX triplet: 06, 16 and 64. RGB value is (6,22,100). Sum of RGB (Red+Green+Blue) = 6+22+100=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 100 (39.45% from 255 or 78.12% from 128); Max value from RGB is 100 - color contains mainly: blue. Hex color #061664 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061664 is #F9E99B. Grayscale: #191919. Windows color (decimal): -16378268 or 6559238. OLE color: 6559238.

HSL color Cylindrical-coordinate representation of color #061664: hue angle of 229.79º 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 #061664 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB622100-
CMYK0.940.7800.61
HSL229.79º88.68%20.78%-
HSV(B)229.79º94%39.22%-
XYZ2.661.5312.21-
YUV26.11169.7113.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 100 (39.45% from 255) = 78.12%
R=4.69%
G=17.19%
B=78.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6221000.940.7800.61229.7988.6820.78
Hex616645E4E03De65915
Octal62614413611607534613125
Binary11010110110010010111101001110011110111100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061664; }

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

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

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

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

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

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

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

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