#062666

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

Shades of Sapphire #062666

Tints of Sapphire #062666

Color information

#062666 (or 0x062666) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 66. RGB value is (6,38,102). Sum of RGB (Red+Green+Blue) = 6+38+102=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #062666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062666 is #F9D999. Grayscale: #232323. Windows color (decimal): -16374170 or 6694406. OLE color: 6694406.

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

Color convert

RGB638102-
CMYK0.940.6300.6
HSL220º88.89%21.18%-
HSV(B)220º94.12%40%-
XYZ3.172.3812.86-
YUV35.73165.4106.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 38 (15.23% from 255) = 26.03%
BLUE value IS 102 (40.23% from 255) = 69.86%
R=4.11%
G=26.03%
B=69.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal6381020.940.6300.622088.8921.18
Hex626665E3F03Cdc5915
Octal6461461367707433413125
Binary11010011011001101011110111111011110011011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062666; }

 p { color: rgb(6,38,102); }

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

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

 a { background-color: rgb(6,38,102); }

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

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

 span { border-color: rgb(6,38,102); }

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