#66256C

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

Shades of Seance #66256C

Tints of Seance #66256C

Color information

#66256C (or 0x66256C) is unknown color: approx Seance. HEX triplet: 66, 25 and 6C. RGB value is (102,37,108). Sum of RGB (Red+Green+Blue) = 102+37+108=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 108 - color contains mainly: blue. Hex color #66256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66256C is #99DA93. Grayscale: #404040. Windows color (decimal): -10082964 or 7087462. OLE color: 7087462.

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

Color convert

RGB10237108-
CMYK0.060.6600.58
HSL294.93º48.97%28.43%-
HSV(B)294.93º65.74%42.35%-
XYZ8.855.2314.73-
YUV64.53152.53154.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=41.30%
G=14.98%
B=43.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102371080.060.6600.58294.9348.9728.43
Hex66256C64203A127311c
Octal1464515461020724476134
Binary110011010010111011001101000010011101010010011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66256C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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