#663469

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

Shades of Seance #663469

Tints of Seance #663469

Color information

#663469 (or 0x663469) is unknown color: approx Seance. HEX triplet: 66, 34 and 69. RGB value is (102,52,105). Sum of RGB (Red+Green+Blue) = 102+52+105=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 105 - color contains mainly: blue. Hex color #663469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663469 is #99CB96. Grayscale: #484848. Windows color (decimal): -10079127 or 6894694. OLE color: 6894694.

HSL color Cylindrical-coordinate representation of color #663469: hue angle of 296.6º degrees, saturation: 0.34, 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 #663469 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10252105-
CMYK0.030.5000.59
HSL296.6º33.76%30.78%-
HSV(B)296.6º50.48%41.18%-
XYZ9.266.314.09-
YUV72.99146.06148.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 105 (41.41% from 255) = 40.54%
R=39.38%
G=20.08%
B=40.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102521050.030.5000.59296.633.7630.78
Hex66346933203B129221f
Octal146641513620734514237
Binary1100110110100110100111110010011101110010100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663469; }

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

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

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

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

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

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

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

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