#652469

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

Shades of Seance #652469

Tints of Seance #652469

Color information

#652469 (or 0x652469) is unknown color: approx Seance. HEX triplet: 65, 24 and 69. RGB value is (101,36,105). Sum of RGB (Red+Green+Blue) = 101+36+105=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #652469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652469 is #9ADB96. Grayscale: #3F3F3F. Windows color (decimal): -10148759 or 6890597. OLE color: 6890597.

HSL color Cylindrical-coordinate representation of color #652469: hue angle of 296.52º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652469 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10136105-
CMYK0.040.6600.59
HSL296.52º48.94%27.65%-
HSV(B)296.52º65.71%41.18%-
XYZ8.555.0513.89-
YUV63.3151.53154.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=41.74%
G=14.88%
B=43.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101361050.040.6600.59296.5248.9427.65
Hex65246944203B129311c
Octal1454415141020734516134
Binary110010110010011010011001000010011101110010100111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652469; }

 p { color: rgb(101,36,105); }

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

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

 a { background-color: rgb(101,36,105); }

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

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

 span { border-color: rgb(101,36,105); }

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