#653868

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

Shades of Seance #653868

Tints of Seance #653868

Color information

#653868 (or 0x653868) is unknown color: approx Seance. HEX triplet: 65, 38 and 68. RGB value is (101,56,104). Sum of RGB (Red+Green+Blue) = 101+56+104=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 104 - color contains mainly: blue. Hex color #653868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653868 is #9AC797. Grayscale: #4A4A4A. Windows color (decimal): -10143640 or 6830181. OLE color: 6830181.

HSL color Cylindrical-coordinate representation of color #653868: hue angle of 296.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #653868 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10156104-
CMYK0.030.4600.59
HSL296.25º30%31.37%-
HSV(B)296.25º46.15%40.78%-
XYZ9.286.5913.88-
YUV74.93144.41146.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 56 (22.27% from 255) = 21.46%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=38.70%
G=21.46%
B=39.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101561040.030.4600.59296.253031.37
Hex65386832E03B1281e1f
Octal145701503560734503637
Binary110010111100011010001110111001110111001010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653868; }

 p { color: rgb(101,56,104); }

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

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

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

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

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

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

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