#062468

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

Shades of Sapphire #062468

Tints of Sapphire #062468

Color information

#062468 (or 0x062468) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 68. RGB value is (6,36,104). Sum of RGB (Red+Green+Blue) = 6+36+104=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #062468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062468 is #F9DB97. Grayscale: #222222. Windows color (decimal): -16374680 or 6824966. OLE color: 6824966.

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

Color convert

RGB636104-
CMYK0.940.6500.59
HSL221.63º89.09%21.57%-
HSV(B)221.63º94.23%40.78%-
XYZ3.22.313.37-
YUV34.78167.06107.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 104 (41.02% from 255) = 71.23%
R=4.11%
G=24.66%
B=71.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6361040.940.6500.59221.6389.0921.57
Hex624685E4103Bde5916
Octal64415013610107333613126
Binary110100100110100010111101000001011101111011110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062468; }

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

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

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

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

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

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

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

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