#624460

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

Shades of Seance #624460

Tints of Seance #624460

Color information

#624460 (or 0x624460) is unknown color: approx Seance. HEX triplet: 62, 44 and 60. RGB value is (98,68,96). Sum of RGB (Red+Green+Blue) = 98+68+96=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #624460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624460 is #9DBB9F. Grayscale: #505050. Windows color (decimal): -10337184 or 6308962. OLE color: 6308962.

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

Color convert

RGB986896-
CMYK00.310.020.62
HSL304º18.07%32.55%-
HSV(B)304º30.61%38.43%-
XYZ9.227.5812.04-
YUV80.16136.94140.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=37.40%
G=25.95%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98689600.310.020.6230418.0732.55
Hex62446001F23E1301221
Octal1421041400372764602241
Binary1100010100010011000000111111011111010011000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624460; }

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

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

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

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

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

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

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

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