#624060

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

Shades of Seance #624060

Tints of Seance #624060

Color information

#624060 (or 0x624060) is unknown color: approx Seance. HEX triplet: 62, 40 and 60. RGB value is (98,64,96). Sum of RGB (Red+Green+Blue) = 98+64+96=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #624060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624060 is #9DBF9F. Grayscale: #4D4D4D. Windows color (decimal): -10338208 or 6307938. OLE color: 6307938.

HSL color Cylindrical-coordinate representation of color #624060: hue angle of 303.53º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #624060 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB986496-
CMYK00.350.020.62
HSL303.53º20.99%31.76%-
HSV(B)303.53º34.69%38.43%-
XYZ8.987.1111.96-
YUV77.81138.26142.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=37.98%
G=24.81%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98649600.350.020.62303.5320.9931.76
Hex62406002323E1301520
Octal1421001400432764602540
Binary11000101000000110000001000111011111010011000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624060; }

 p { color: rgb(98,64,96); }

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

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

 a { background-color: rgb(98,64,96); }

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

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

 span { border-color: rgb(98,64,96); }

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