#062768

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

Shades of Sapphire #062768

Tints of Sapphire #062768

Color information

#062768 (or 0x062768) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 68. RGB value is (6,39,104). Sum of RGB (Red+Green+Blue) = 6+39+104=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 39 (15.62% from 255 or 26.17% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #062768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062768 is #F9D897. Grayscale: #242424. Windows color (decimal): -16373912 or 6825734. OLE color: 6825734.

HSL color Cylindrical-coordinate representation of color #062768: hue angle of 219.8º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062768 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB639104-
CMYK0.940.6200.59
HSL219.8º89.09%21.57%-
HSV(B)219.8º94.23%40.78%-
XYZ3.32.4913.4-
YUV36.54166.07106.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 39 (15.62% from 255) = 26.17%
BLUE value IS 104 (41.02% from 255) = 69.80%
R=4.03%
G=26.17%
B=69.80%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6391040.940.6200.59219.889.0921.57
Hex627685E3E03Bdc5916
Octal6471501367607333413126
Binary11010011111010001011110111110011101111011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062768; }

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

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

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

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

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

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

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

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