#062568

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

Shades of Sapphire #062568

Tints of Sapphire #062568

Color information

#062568 (or 0x062568) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 68. RGB value is (6,37,104). Sum of RGB (Red+Green+Blue) = 6+37+104=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #062568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062568 is #F9DA97. Grayscale: #232323. Windows color (decimal): -16374424 or 6825222. OLE color: 6825222.

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

Color convert

RGB637104-
CMYK0.940.6400.59
HSL221.02º89.09%21.57%-
HSV(B)221.02º94.23%40.78%-
XYZ3.242.3613.38-
YUV35.37166.73107.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 104 (41.02% from 255) = 70.75%
R=4.08%
G=25.17%
B=70.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6371040.940.6400.59221.0289.0921.57
Hex625685E4003Bdd5916
Octal64515013610007333513126
Binary110100101110100010111101000000011101111011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062568; }

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

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

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

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

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

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

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

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