#663268

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

Shades of Seance #663268

Tints of Seance #663268

Color information

#663268 (or 0x663268) is unknown color: approx Seance. HEX triplet: 66, 32 and 68. RGB value is (102,50,104). Sum of RGB (Red+Green+Blue) = 102+50+104=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #663268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663268 is #99CD97. Grayscale: #474747. Windows color (decimal): -10079640 or 6828646. OLE color: 6828646.

HSL color Cylindrical-coordinate representation of color #663268: hue angle of 297.78º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663268 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10250104-
CMYK0.020.5200.59
HSL297.78º35.06%30.2%-
HSV(B)297.78º51.92%40.78%-
XYZ9.126.1113.79-
YUV71.7146.23149.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=39.84%
G=19.53%
B=40.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102501040.020.5200.59297.7835.0630.2
Hex66326823403B12a231e
Octal146621502640734524336
Binary1100110110010110100010110100011101110010101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663268; }

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

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

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

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

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

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

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

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