#622A65

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

Shades of Seance #622A65

Tints of Seance #622A65

Color information

#622A65 (or 0x622A65) is unknown color: approx Seance. HEX triplet: 62, 2A and 65. RGB value is (98,42,101). Sum of RGB (Red+Green+Blue) = 98+42+101=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #622A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622A65 is #9DD59A. Grayscale: #414141. Windows color (decimal): -10343835 or 6629986. OLE color: 6629986.

HSL color Cylindrical-coordinate representation of color #622A65: hue angle of 296.95º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #622A65 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9842101-
CMYK0.030.5800.60
HSL296.95º41.26%28.04%-
HSV(B)296.95º58.42%39.61%-
XYZ8.215.1912.88-
YUV65.47148.05151.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 101 (39.84% from 255) = 41.91%
R=40.66%
G=17.43%
B=41.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98421010.030.5800.60296.9541.2628.04
Hex622A6533A03C129291c
Octal142521453720744515134
Binary1100010101010110010111111010011110010010100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,42,101); }

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

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

 a { background-color: rgb(98,42,101); }

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

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

 span { border-color: rgb(98,42,101); }

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