#652368

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

Shades of Seance #652368

Tints of Seance #652368

Color information

#652368 (or 0x652368) is unknown color: approx Seance. HEX triplet: 65, 23 and 68. RGB value is (101,35,104). Sum of RGB (Red+Green+Blue) = 101+35+104=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #652368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652368 is #9ADC97. Grayscale: #3E3E3E. Windows color (decimal): -10149016 or 6824805. OLE color: 6824805.

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

Color convert

RGB10135104-
CMYK0.030.6600.59
HSL297.39º49.64%27.25%-
HSV(B)297.39º66.35%40.78%-
XYZ8.474.9713.61-
YUV62.6151.37155.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 35 (14.06% from 255) = 14.58%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=42.08%
G=14.58%
B=43.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101351040.030.6600.59297.3949.6427.25
Hex65236834203B129321b
Octal1454315031020734516233
Binary11001011000111101000111000010011101110010100111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652368; }

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

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

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

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

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

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

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

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