#663074

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

Shades of Seance #663074

Tints of Seance #663074

Color information

#663074 (or 0x663074) is unknown color: approx Seance. HEX triplet: 66, 30 and 74. RGB value is (102,48,116). Sum of RGB (Red+Green+Blue) = 102+48+116=266 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.35% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #663074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663074 is #99CF8B. Grayscale: #474747. Windows color (decimal): -10080140 or 7614566. OLE color: 7614566.

HSL color Cylindrical-coordinate representation of color #663074: hue angle of 287.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #663074 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10248116-
CMYK0.120.5900.55
HSL287.65º41.46%32.16%-
HSV(B)287.65º58.62%45.49%-
XYZ9.696.217.21-
YUV71.9152.89149.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.35%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 116 (45.70% from 255) = 43.61%
R=38.35%
G=18.05%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102481160.120.5900.55287.6541.4632.16
Hex663074C3B0371202920
Octal1466016414730674405140
Binary1100110110000111010011001110110110111100100000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663074; }

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

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

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

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

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

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

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

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