#061762

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

Shades of Sapphire #061762

Tints of Sapphire #061762

Color information

#061762 (or 0x061762) is unknown color: approx Sapphire. HEX triplet: 06, 17 and 62. RGB value is (6,23,98). Sum of RGB (Red+Green+Blue) = 6+23+98=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 98 (38.67% from 255 or 77.17% from 127); Max value from RGB is 98 - color contains mainly: blue. Hex color #061762 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061762 is #F9E89D. Grayscale: #1A1A1A. Windows color (decimal): -16378014 or 6428422. OLE color: 6428422.

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

Color convert

RGB62398-
CMYK0.940.7700.62
HSL228.91º88.46%20.39%-
HSV(B)228.91º93.88%38.43%-
XYZ2.591.5311.71-
YUV26.47168.37113.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 98 (38.67% from 255) = 77.17%
R=4.72%
G=18.11%
B=77.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal623980.940.7700.62228.9188.4620.39
Hex617625E4D03Ee55814
Octal62714213611507634513024
Binary11010111110001010111101001101011111011100101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061762; }

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

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

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

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

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

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

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

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