#663069

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

Shades of Seance #663069

Tints of Seance #663069

Color information

#663069 (or 0x663069) is unknown color: approx Seance. HEX triplet: 66, 30 and 69. RGB value is (102,48,105). Sum of RGB (Red+Green+Blue) = 102+48+105=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 105 (41.41% from 255 or 41.18% from 255); Max value from RGB is 105 - color contains mainly: blue. Hex color #663069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663069 is #99CF96. Grayscale: #464646. Windows color (decimal): -10080151 or 6893670. OLE color: 6893670.

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

Color convert

RGB10248105-
CMYK0.030.5400.59
HSL296.84º37.25%30%-
HSV(B)296.84º54.29%41.18%-
XYZ9.095.9614.04-
YUV70.64147.39150.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 18.82%
BLUE value IS 105 (41.41% from 255) = 41.18%
R=40%
G=18.82%
B=41.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102481050.030.5400.59296.8437.2530
Hex66306933603B129251e
Octal146601513660734514536
Binary1100110110000110100111110110011101110010100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663069; }

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

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

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

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

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

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

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

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