#6B2D6A

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

Shades of Seance #6B2D6A

Tints of Seance #6B2D6A

Color information

#6B2D6A (or 0x6B2D6A) is unknown color: approx Seance. HEX triplet: 6B, 2D and 6A. RGB value is (107,45,106). Sum of RGB (Red+Green+Blue) = 107+45+106=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B2D6A is #94D295. Grayscale: #464646. Windows color (decimal): -9753238 or 6958443. OLE color: 6958443.

HSL color Cylindrical-coordinate representation of color #6B2D6A: hue angle of 300.97º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D6A is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10745106-
CMYK00.580.010.58
HSL300.97º40.79%29.8%-
HSV(B)300.97º57.94%41.96%-
XYZ9.66.0414.3-
YUV70.49148.04154.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.47%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=41.47%
G=17.44%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1074510600.580.010.58300.9740.7929.8
Hex6B2D6A03A13A12d291e
Octal153551520721724555136
Binary110101110110111010100111010111101010010110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,45,106); }

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

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

 a { background-color: rgb(107,45,106); }

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

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

 span { border-color: rgb(107,45,106); }

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