Html Css Color HEX #6D2873 Seance

📋 copy color: '#6D2873'

red 109 ◦ green 40 ◦ blue 115

#6D2873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #6D2873

Tints of Seance #6D2873

RGB

 RED value IS 109 (42.97% from 255) = 41.29%

 GREEN value IS 40 (16.02% from 255) = 15.15%

 BLUE value IS 115 (45.31% from 255) = 43.56%

R = 41.29%
G = 15.15%
B = 43.56%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D2873 (or 0x6D2873) is known color: Seance. HEX triplet: 6D, 28 and 73. RGB value is (109,40,115). Sum of RGB (Red+Green+Blue) = 109+40+115=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D2873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2873 is #92D78C. Grayscale: #444444. Windows color (decimal): -9623437 or 7546989. OLE color: 7546989.

HSL color Cylindrical-coordinate representation of color #6D2873: hue angle of 295.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D2873 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 40 115 -
CMYK 0.05 0.65 0 0.55
HSL 295.2º 0.48% 0.3% -
HSV(B) 295.2º 0.65% 0.45% -
XYZ 10.16 6.01 16.84 -
YUV 69.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 109 40 115 0.05 0.65 0 0.55 295.2 0.48 0.3
Hex 6D 28 73 5 41 0 37 127 30 1E
Octal 155 50 163 5 101 0 67 447 60 36
Binary 1101101 101000 1110011 101 1000001 0 110111 100100111 110000 11110

Color Harmonies of #6D2873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2873

Black with #6D2873

Text Example


Text Example

White with #6D2873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,115); }

 H1.HeaderClassName
 {
   color: #6D2873;
 }
 .AnyTagClassName
 {
   color: #6D2873;
 }
</style>

background-color css

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

 a { background-color: rgb(109,40,115); }

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

border-color css

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

 span { border-color: rgb(109,40,115); }

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