#654265

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

Shades of Seance #654265

Tints of Seance #654265

Color information

#654265 (or 0x654265) is unknown color: approx Seance. HEX triplet: 65, 42 and 65. RGB value is (101,66,101). Sum of RGB (Red+Green+Blue) = 101+66+101=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #654265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654265 is #9ABD9A. Grayscale: #505050. Windows color (decimal): -10141083 or 6636133. OLE color: 6636133.

HSL color Cylindrical-coordinate representation of color #654265: hue angle of 300º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #654265 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10166101-
CMYK00.3500.60
HSL300º20.96%32.75%-
HSV(B)300º34.65%39.61%-
XYZ9.667.613.27-
YUV80.46139.6142.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 101 (39.84% from 255) = 37.69%
R=37.69%
G=24.63%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1016610100.3500.6030020.9632.75
Hex65426502303C12c1521
Octal1451021450430744542541
Binary1100101100001011001010100011011110010010110010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654265; }

 p { color: rgb(101,66,101); }

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

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

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

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

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

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

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