#062660

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

Shades of Sapphire #062660

Tints of Sapphire #062660

Color information

#062660 (or 0x062660) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 60. RGB value is (6,38,96). Sum of RGB (Red+Green+Blue) = 6+38+96=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #062660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062660 is #F9D99F. Grayscale: #222222. Windows color (decimal): -16374176 or 6301190. OLE color: 6301190.

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

Color convert

RGB63896-
CMYK0.940.6000.62
HSL218.67º88.24%20%-
HSV(B)218.67º93.75%37.65%-
XYZ2.882.2711.35-
YUV35.04162.4107.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=4.29%
G=27.14%
B=68.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal638960.940.6000.62218.6788.2420
Hex626605E3C03Edb5814
Octal6461401367407633313024
Binary11010011011000001011110111100011111011011011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062660; }

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

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

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

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

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

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

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

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