#062662

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

Shades of Sapphire #062662

Tints of Sapphire #062662

Color information

#062662 (or 0x062662) is unknown color: approx Sapphire. HEX triplet: 06, 26 and 62. RGB value is (6,38,98). Sum of RGB (Red+Green+Blue) = 6+38+98=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #062662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062662 is #F9D99D. Grayscale: #232323. Windows color (decimal): -16374174 or 6432262. OLE color: 6432262.

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

Color convert

RGB63898-
CMYK0.940.6100.62
HSL219.13º88.46%20.39%-
HSV(B)219.13º93.88%38.43%-
XYZ2.972.3111.84-
YUV35.27163.4107.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=4.23%
G=26.76%
B=69.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal638980.940.6100.62219.1388.4620.39
Hex626625E3D03Edb5814
Octal6461421367507633313024
Binary11010011011000101011110111101011111011011011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062662; }

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

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

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

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

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

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

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

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