#661E75

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

Shades of Seance #661E75

Tints of Seance #661E75

Color information

#661E75 (or 0x661E75) is unknown color: approx Seance. HEX triplet: 66, 1E and 75. RGB value is (102,30,117). Sum of RGB (Red+Green+Blue) = 102+30+117=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 117 - color contains mainly: blue. Hex color #661E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661E75 is #99E18A. Grayscale: #3D3D3D. Windows color (decimal): -10084747 or 7675494. OLE color: 7675494.

HSL color Cylindrical-coordinate representation of color #661E75: hue angle of 289.66º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #661E75 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10230117-
CMYK0.130.7400.54
HSL289.66º59.18%28.82%-
HSV(B)289.66º74.36%45.88%-
XYZ9.155.0417.32-
YUV61.45159.35156.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 30 (12.11% from 255) = 12.05%
BLUE value IS 117 (46.09% from 255) = 46.99%
R=40.96%
G=12.05%
B=46.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102301170.130.7400.54289.6659.1828.82
Hex661E75D4A0361223b1d
Octal14636165151120664427335
Binary110011011110111010111011001010011011010010001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661E75; }

 p { color: rgb(102,30,117); }

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

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

 a { background-color: rgb(102,30,117); }

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

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

 span { border-color: rgb(102,30,117); }

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