#66386C

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

Shades of Seance #66386C

Tints of Seance #66386C

Color information

#66386C (or 0x66386C) is unknown color: approx Seance. HEX triplet: 66, 38 and 6C. RGB value is (102,56,108). Sum of RGB (Red+Green+Blue) = 102+56+108=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #66386C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66386C is #99C793. Grayscale: #4B4B4B. Windows color (decimal): -10078100 or 7092326. OLE color: 7092326.

HSL color Cylindrical-coordinate representation of color #66386C: hue angle of 293.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66386C is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10256108-
CMYK0.060.4800.58
HSL293.08º31.71%32.16%-
HSV(B)293.08º48.15%42.35%-
XYZ9.66.7414.98-
YUV75.68146.24146.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 56 (22.27% from 255) = 21.05%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=38.35%
G=21.05%
B=40.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102561080.060.4800.58293.0831.7132.16
Hex66386C63003A1252020
Octal146701546600724454040
Binary110011011100011011001101100000111010100100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66386C; }

 p { color: rgb(102,56,108); }

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

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

 a { background-color: rgb(102,56,108); }

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

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

 span { border-color: rgb(102,56,108); }

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