#622E6C

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

Shades of Seance #622E6C

Tints of Seance #622E6C

Color information

#622E6C (or 0x622E6C) is unknown color: approx Seance. HEX triplet: 62, 2E and 6C. RGB value is (98,46,108). Sum of RGB (Red+Green+Blue) = 98+46+108=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #622E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E6C is #9DD193. Grayscale: #444444. Windows color (decimal): -10342804 or 7089762. OLE color: 7089762.

HSL color Cylindrical-coordinate representation of color #622E6C: hue angle of 290.32º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #622E6C is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9846108-
CMYK0.090.5700.58
HSL290.32º40.26%30.2%-
HSV(B)290.32º57.41%42.35%-
XYZ8.725.6314.82-
YUV68.62150.23148.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=38.89%
G=18.25%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98461080.090.5700.58290.3240.2630.2
Hex622E6C93903A122281e
Octal1425615411710724425036
Binary110001010111011011001001111001011101010010001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622E6C; }

 p { color: rgb(98,46,108); }

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

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

 a { background-color: rgb(98,46,108); }

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

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

 span { border-color: rgb(98,46,108); }

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