#662E75

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

Shades of Seance #662E75

Tints of Seance #662E75

Color information

#662E75 (or 0x662E75) is unknown color: approx Seance. HEX triplet: 66, 2E and 75. RGB value is (102,46,117). Sum of RGB (Red+Green+Blue) = 102+46+117=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #662E75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662E75 is #99D18A. Grayscale: #464646. Windows color (decimal): -10080651 or 7679590. OLE color: 7679590.

HSL color Cylindrical-coordinate representation of color #662E75: hue angle of 287.32º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662E75 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10246117-
CMYK0.130.6100.54
HSL287.32º43.56%31.96%-
HSV(B)287.32º60.68%45.88%-
XYZ9.676.0617.49-
YUV70.84154.05150.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=38.49%
G=17.36%
B=44.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102461170.130.6100.54287.3243.5631.96
Hex662E75D3D03611f2c20
Octal1465616515750664375440
Binary1100110101110111010111011111010110110100011111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662E75; }

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

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

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

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

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

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

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

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