#652e6f

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

Shades of Seance #652E6F

Tints of Seance #652E6F

Color information

#652E6F (or 0x652E6F) is unknown color: approx Seance. HEX triplet: 65, 2E and 6F. RGB value is (101,46,111). Sum of RGB (Red+Green+Blue) = 101+46+111=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #652E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652E6F is #9AD190. Grayscale: #454545. Windows color (decimal): -10146193 or 7286373. OLE color: 7286373.

HSL color Cylindrical-coordinate representation of color #652E6F: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #652E6F is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10146111-
CMYK0.090.5900.56
HSL290.77º41.4%30.78%-
HSV(B)290.77º58.56%43.53%-
XYZ9.215.8715.69-
YUV69.85151.22150.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.15%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 111 (43.75% from 255) = 43.02%
R=39.15%
G=17.83%
B=43.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101461110.090.5900.56290.7741.430.78
Hex652E6F93B038123291f
Octal1455615711730704435137
Binary110010110111011011111001111011011100010010001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652e6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652e6f; }

 p { color: rgb(101,46,111); }

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

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

 a { background-color: rgb(101,46,111); }

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

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

 span { border-color: rgb(101,46,111); }

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