#65306B

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

Shades of Seance #65306B

Tints of Seance #65306B

Color information

#65306B (or 0x65306B) is unknown color: approx Seance. HEX triplet: 65, 30 and 6B. RGB value is (101,48,107). Sum of RGB (Red+Green+Blue) = 101+48+107=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 107 (42.19% from 255 or 41.80% from 256); Max value from RGB is 107 - color contains mainly: blue. Hex color #65306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65306B is #9ACF94. Grayscale: #464646. Windows color (decimal): -10145685 or 7024741. OLE color: 7024741.

HSL color Cylindrical-coordinate representation of color #65306B: hue angle of 293.9º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65306B is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10148107-
CMYK0.060.5500.58
HSL293.9º38.06%30.39%-
HSV(B)293.9º55.14%41.96%-
XYZ9.085.9414.58-
YUV70.57148.56149.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.45%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 107 (42.19% from 255) = 41.80%
R=39.45%
G=18.75%
B=41.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101481070.060.5500.58293.938.0630.39
Hex65306B63703A126261e
Octal145601536670724464636
Binary11001011100001101011110110111011101010010011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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