#6B2A6E

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

Shades of Seance #6B2A6E

Tints of Seance #6B2A6E

Color information

#6B2A6E (or 0x6B2A6E) is unknown color: approx Seance. HEX triplet: 6B, 2A and 6E. RGB value is (107,42,110). Sum of RGB (Red+Green+Blue) = 107+42+110=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B2A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2A6E is #94D591. Grayscale: #444444. Windows color (decimal): -9754002 or 7219819. OLE color: 7219819.

HSL color Cylindrical-coordinate representation of color #6B2A6E: hue angle of 297.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B2A6E is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10742110-
CMYK0.030.6200.57
HSL297.35º44.74%29.8%-
HSV(B)297.35º61.82%43.14%-
XYZ9.715.9115.38-
YUV69.19151.03154.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.31%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=41.31%
G=16.22%
B=42.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107421100.030.6200.57297.3544.7429.8
Hex6B2A6E33E0391292d1e
Octal153521563760714515536
Binary1101011101010110111011111110011100110010100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B2A6E; }

 p { color: rgb(107,42,110); }

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

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

 a { background-color: rgb(107,42,110); }

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

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

 span { border-color: rgb(107,42,110); }

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