#662275

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

Shades of Seance #662275

Tints of Seance #662275

Color information

#662275 (or 0x662275) is unknown color: approx Seance. HEX triplet: 66, 22 and 75. RGB value is (102,34,117). Sum of RGB (Red+Green+Blue) = 102+34+117=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #662275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662275 is #99DD8A. Grayscale: #3F3F3F. Windows color (decimal): -10083723 or 7676518. OLE color: 7676518.

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

Color convert

RGB10234117-
CMYK0.130.7100.54
HSL289.16º54.97%29.61%-
HSV(B)289.16º70.94%45.88%-
XYZ9.265.2517.36-
YUV63.79158.03155.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=40.32%
G=13.44%
B=46.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal102341170.130.7100.54289.1654.9729.61
Hex662275D47036121371e
Octal14642165151070664416736
Binary1100110100010111010111011000111011011010010000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662275; }

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

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

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

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

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

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

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

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