#624260

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

Shades of Seance #624260

Tints of Seance #624260

Color information

#624260 (or 0x624260) is unknown color: approx Seance. HEX triplet: 62, 42 and 60. RGB value is (98,66,96). Sum of RGB (Red+Green+Blue) = 98+66+96=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #624260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624260 is #9DBD9F. Grayscale: #4E4E4E. Windows color (decimal): -10337696 or 6308450. OLE color: 6308450.

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

Color convert

RGB986696-
CMYK00.330.020.62
HSL303.75º19.51%32.16%-
HSV(B)303.75º32.65%38.43%-
XYZ9.17.3412-
YUV78.99137.6141.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=37.69%
G=25.38%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98669600.330.020.62303.7519.5132.16
Hex62426002123E1301420
Octal1421021400412764602440
Binary11000101000010110000001000011011111010011000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624260; }

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

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

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

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

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

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

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

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