Html Css Color HEX #6D2573 Seance

📋 copy color: '#6D2573'

red 109 ◦ green 37 ◦ blue 115

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

Shades of Seance #6D2573

Tints of Seance #6D2573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 41.76%
G = 14.18%
B = 44.06%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D2573 (or 0x6D2573) is known color: Seance. HEX triplet: 6D, 25 and 73. RGB value is (109,37,115). Sum of RGB (Red+Green+Blue) = 109+37+115=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D2573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2573 is #92DA8C. Grayscale: #434343. Windows color (decimal): -9624205 or 7546221. OLE color: 7546221.

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

Color convert

RGB 109 37 115 -
CMYK 0.05 0.68 0 0.55
HSL 295.38º 0.51% 0.3% -
HSV(B) 295.38º 0.68% 0.45% -
XYZ 10.06 5.81 16.81 -
YUV 67.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 109 37 115 0.05 0.68 0 0.55 295.38 0.51 0.3
Hex 6D 25 73 5 44 0 37 127 33 1E
Octal 155 45 163 5 104 0 67 447 63 36
Binary 1101101 100101 1110011 101 1000100 0 110111 100100111 110011 11110

Color Harmonies of #6D2573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2573

Black with #6D2573

Text Example


Text Example

White with #6D2573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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