#663F69

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

Shades of Seance #663F69

Tints of Seance #663F69

Color information

#663F69 (or 0x663F69) is unknown color: approx Seance. HEX triplet: 66, 3F and 69. RGB value is (102,63,105). Sum of RGB (Red+Green+Blue) = 102+63+105=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 105 - color contains mainly: blue. Hex color #663F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663F69 is #99C096. Grayscale: #4F4F4F. Windows color (decimal): -10076311 or 6897510. OLE color: 6897510.

HSL color Cylindrical-coordinate representation of color #663F69: hue angle of 295.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663F69 is Cyan = 0.03, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10263105-
CMYK0.030.400.59
HSL295.71º25%32.94%-
HSV(B)295.71º40%41.18%-
XYZ9.817.414.28-
YUV79.45142.42144.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.78%
GREEN value IS 63 (25% from 255) = 23.33%
BLUE value IS 105 (41.41% from 255) = 38.89%
R=37.78%
G=23.33%
B=38.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102631050.030.400.59295.712532.94
Hex663F6932803B1281921
Octal146771513500734503141
Binary1100110111111110100111101000011101110010100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663F69; }

 p { color: rgb(102,63,105); }

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

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

 a { background-color: rgb(102,63,105); }

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

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

 span { border-color: rgb(102,63,105); }

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