#661375

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

Shades of Seance #661375

Tints of Seance #661375

Color information

#661375 (or 0x661375) is unknown color: approx Seance. HEX triplet: 66, 13 and 75. RGB value is (102,19,117). Sum of RGB (Red+Green+Blue) = 102+19+117=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #661375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661375 is #99EC8A. Grayscale: #363636. Windows color (decimal): -10087563 or 7672678. OLE color: 7672678.

HSL color Cylindrical-coordinate representation of color #661375: hue angle of 290.82º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661375 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10219117-
CMYK0.130.8400.54
HSL290.82º72.06%26.67%-
HSV(B)290.82º83.76%45.88%-
XYZ8.924.5717.24-
YUV54.99163161.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=42.86%
G=7.98%
B=49.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102191170.130.8400.54290.8272.0626.67
Hex661375D54036123481b
Octal146231651512406644311033
Binary1100110100111110101110110101000110110100100011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661375; }

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

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

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

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

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

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

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

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