#65356B

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

Shades of Seance #65356B

Tints of Seance #65356B

Color information

#65356B (or 0x65356B) is unknown color: approx Seance. HEX triplet: 65, 35 and 6B. RGB value is (101,53,107). Sum of RGB (Red+Green+Blue) = 101+53+107=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #65356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65356B is #9ACA94. Grayscale: #494949. Windows color (decimal): -10144405 or 7026021. OLE color: 7026021.

HSL color Cylindrical-coordinate representation of color #65356B: hue angle of 293.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65356B is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10153107-
CMYK0.060.5000.58
HSL293.33º33.75%31.37%-
HSV(B)293.33º50.47%41.96%-
XYZ9.296.3714.65-
YUV73.51146.9147.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=38.70%
G=20.31%
B=41.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101531070.060.5000.58293.3333.7531.37
Hex65356B63203A125221f
Octal145651536620724454237
Binary11001011101011101011110110010011101010010010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65356B; }

 p { color: rgb(101,53,107); }

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

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

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

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

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

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

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