#062762

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

Shades of Sapphire #062762

Tints of Sapphire #062762

Color information

#062762 (or 0x062762) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 62. RGB value is (6,39,98). Sum of RGB (Red+Green+Blue) = 6+39+98=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #062762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062762 is #F9D89D. Grayscale: #232323. Windows color (decimal): -16373918 or 6432518. OLE color: 6432518.

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

Color convert

RGB63998-
CMYK0.940.6000.62
HSL218.48º88.46%20.39%-
HSV(B)218.48º93.88%38.43%-
XYZ3.012.3711.85-
YUV35.86163.07106.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 39 (15.62% from 255) = 27.27%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=4.20%
G=27.27%
B=68.53%

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
Decimal639980.940.6000.62218.4888.4620.39
Hex627625E3C03Eda5814
Octal6471421367407633213024
Binary11010011111000101011110111100011111011011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062762; }

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

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

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

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

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

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

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

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