#663468

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

Shades of Seance #663468

Tints of Seance #663468

Color information

#663468 (or 0x663468) is unknown color: approx Seance. HEX triplet: 66, 34 and 68. RGB value is (102,52,104). Sum of RGB (Red+Green+Blue) = 102+52+104=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 104 - color contains mainly: blue. Hex color #663468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663468 is #99CB97. Grayscale: #484848. Windows color (decimal): -10079128 or 6829158. OLE color: 6829158.

HSL color Cylindrical-coordinate representation of color #663468: hue angle of 297.69º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663468 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10252104-
CMYK0.020.5000.59
HSL297.69º33.33%30.59%-
HSV(B)297.69º50%40.78%-
XYZ9.216.2813.82-
YUV72.88145.56148.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 104 (41.02% from 255) = 40.31%
R=39.53%
G=20.16%
B=40.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102521040.020.5000.59297.6933.3330.59
Hex66346823203B12a211f
Octal146641502620734524137
Binary1100110110100110100010110010011101110010101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663468; }

 p { color: rgb(102,52,104); }

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

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

 a { background-color: rgb(102,52,104); }

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

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

 span { border-color: rgb(102,52,104); }

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