#062761

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

Shades of Sapphire #062761

Tints of Sapphire #062761

Color information

#062761 (or 0x062761) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 61. RGB value is (6,39,97). Sum of RGB (Red+Green+Blue) = 6+39+97=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #062761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062761 is #F9D89E. Grayscale: #232323. Windows color (decimal): -16373919 or 6366982. OLE color: 6366982.

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

Color convert

RGB63997-
CMYK0.940.6000.62
HSL218.24º88.35%20.2%-
HSV(B)218.24º93.81%38.04%-
XYZ2.962.3511.61-
YUV35.74162.57106.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 97 (38.28% from 255) = 68.31%
R=4.23%
G=27.46%
B=68.31%

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
Decimal639970.940.6000.62218.2488.3520.2
Hex627615E3C03Eda5814
Octal6471411367407633213024
Binary11010011111000011011110111100011111011011010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062761; }

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

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

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

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

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

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

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

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