#65306F

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

Shades of Seance #65306F

Tints of Seance #65306F

Color information

#65306F (or 0x65306F) is unknown color: approx Seance. HEX triplet: 65, 30 and 6F. RGB value is (101,48,111). Sum of RGB (Red+Green+Blue) = 101+48+111=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #65306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65306F is #9ACF90. Grayscale: #464646. Windows color (decimal): -10145681 or 7286885. OLE color: 7286885.

HSL color Cylindrical-coordinate representation of color #65306F: hue angle of 290.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65306F is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10148111-
CMYK0.090.5700.56
HSL290.48º39.62%31.18%-
HSV(B)290.48º56.76%43.53%-
XYZ9.296.0315.71-
YUV71.03150.56149.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.85%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 111 (43.75% from 255) = 42.69%
R=38.85%
G=18.46%
B=42.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101481110.090.5700.56290.4839.6231.18
Hex65306F939038122281f
Octal1456015711710704425037
Binary110010111000011011111001111001011100010010001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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