#6D2277

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

Shades of Seance #6D2277

Tints of Seance #6D2277

Color information

#6D2277 (or 0x6D2277) is unknown color: approx Seance. HEX triplet: 6D, 22 and 77. RGB value is (109,34,119). Sum of RGB (Red+Green+Blue) = 109+34+119=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D2277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2277 is #92DD88. Grayscale: #414141. Windows color (decimal): -9624969 or 7807597. OLE color: 7807597.

HSL color Cylindrical-coordinate representation of color #6D2277: hue angle of 292.94º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D2277 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10934119-
CMYK0.080.7100.53
HSL292.94º55.56%30%-
HSV(B)292.94º71.43%46.67%-
XYZ10.215.7318.02-
YUV66.11157.85158.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=41.60%
G=12.98%
B=45.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109341190.080.7100.53292.9455.5630
Hex6D2277847035125381e
Octal15542167101070654457036
Binary1101101100010111011110001000111011010110010010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,34,119); }

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

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

 a { background-color: rgb(109,34,119); }

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

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

 span { border-color: rgb(109,34,119); }

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