#654263

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

Shades of Seance #654263

Tints of Seance #654263

Color information

#654263 (or 0x654263) is unknown color: approx Seance. HEX triplet: 65, 42 and 63. RGB value is (101,66,99). Sum of RGB (Red+Green+Blue) = 101+66+99=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #654263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654263 is #9ABD9C. Grayscale: #505050. Windows color (decimal): -10141085 or 6505061. OLE color: 6505061.

HSL color Cylindrical-coordinate representation of color #654263: hue angle of 303.43º 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 #654263 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB1016699-
CMYK00.350.020.60
HSL303.43º20.96%32.75%-
HSV(B)303.43º34.65%39.61%-
XYZ9.577.5612.76-
YUV80.23138.6142.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=37.97%
G=24.81%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101669900.350.020.60303.4320.9632.75
Hex65426302323C12f1521
Octal1451021430432744572541
Binary11001011000010110001101000111011110010010111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654263; }

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

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

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

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

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

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

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

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