#66187F

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

Shades of Seance #66187F

Tints of Seance #66187F

Color information

#66187F (or 0x66187F) is unknown color: approx Seance. HEX triplet: 66, 18 and 7F. RGB value is (102,24,127). Sum of RGB (Red+Green+Blue) = 102+24+127=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 127 (50% from 255 or 50.20% from 253); Max value from RGB is 127 - color contains mainly: blue. Hex color #66187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66187F is #99E780. Grayscale: #3A3A3A. Windows color (decimal): -10086273 or 8329318. OLE color: 8329318.

HSL color Cylindrical-coordinate representation of color #66187F: hue angle of 285.44º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66187F is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10224127-
CMYK0.200.8100.50
HSL285.44º68.21%29.61%-
HSV(B)285.44º81.1%49.8%-
XYZ9.645.0120.54-
YUV59.06166.34158.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 24 (9.77% from 255) = 9.49%
BLUE value IS 127 (50% from 255) = 50.20%
R=40.32%
G=9.49%
B=50.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102241270.200.8100.50285.4468.2129.61
Hex66187F145103211d441e
Octal146301772412106243510436
Binary11001101100011111111010010100010110010100011101100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,24,127); }

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

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

 a { background-color: rgb(102,24,127); }

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

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

 span { border-color: rgb(102,24,127); }

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