#663175

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

Shades of Seance #663175

Tints of Seance #663175

Color information

#663175 (or 0x663175) is unknown color: approx Seance. HEX triplet: 66, 31 and 75. RGB value is (102,49,117). Sum of RGB (Red+Green+Blue) = 102+49+117=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #663175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663175 is #99CE8A. Grayscale: #484848. Windows color (decimal): -10079883 or 7680358. OLE color: 7680358.

HSL color Cylindrical-coordinate representation of color #663175: hue angle of 286.76º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #663175 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10249117-
CMYK0.130.5800.54
HSL286.76º40.96%32.55%-
HSV(B)286.76º58.12%45.88%-
XYZ9.796.3117.53-
YUV72.6153.06148.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.06%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=38.06%
G=18.28%
B=43.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102491170.130.5800.54286.7640.9632.55
Hex663175D3A03611f2921
Octal1466116515720664375141
Binary1100110110001111010111011110100110110100011111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663175; }

 p { color: rgb(102,49,117); }

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

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

 a { background-color: rgb(102,49,117); }

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

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

 span { border-color: rgb(102,49,117); }

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