#062760

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

Shades of Sapphire #062760

Tints of Sapphire #062760

Color information

#062760 (or 0x062760) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 60. RGB value is (6,39,96). Sum of RGB (Red+Green+Blue) = 6+39+96=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #062760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062760 is #F9D89F. Grayscale: #232323. Windows color (decimal): -16373920 or 6301446. OLE color: 6301446.

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

Color convert

RGB63996-
CMYK0.940.5900.62
HSL218º88.24%20%-
HSV(B)218º93.75%37.65%-
XYZ2.912.3311.36-
YUV35.63162.07106.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 96 (37.89% from 255) = 68.09%
R=4.26%
G=27.66%
B=68.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal639960.940.5900.6221888.2420
Hex627605E3B03Eda5814
Octal6471401367307633213024
Binary11010011111000001011110111011011111011011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062760; }

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

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

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

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

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

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

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

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