#662B68

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

Shades of Seance #662B68

Tints of Seance #662B68

Color information

#662B68 (or 0x662B68) is unknown color: approx Seance. HEX triplet: 66, 2B and 68. RGB value is (102,43,104). Sum of RGB (Red+Green+Blue) = 102+43+104=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 43 (17.19% from 255 or 17.27% from 249); Blue value is 104 (41.02% from 255 or 41.77% from 249); Max value from RGB is 104 - color contains mainly: blue. Hex color #662B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B68 is #99D497. Grayscale: #434343. Windows color (decimal): -10081432 or 6826854. OLE color: 6826854.

HSL color Cylindrical-coordinate representation of color #662B68: hue angle of 298.03º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662B68 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10243104-
CMYK0.020.5900.59
HSL298.03º41.5%28.82%-
HSV(B)298.03º58.65%40.78%-
XYZ8.845.5513.7-
YUV67.6148.55152.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 43 (17.19% from 255) = 17.27%
BLUE value IS 104 (41.02% from 255) = 41.77%
R=40.96%
G=17.27%
B=41.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102431040.020.5900.59298.0341.528.82
Hex662B6823B03B12a291d
Octal146531502730734525135
Binary1100110101011110100010111011011101110010101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,43,104); }

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

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

 a { background-color: rgb(102,43,104); }

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

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

 span { border-color: rgb(102,43,104); }

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