Html Css Color HEX #6D2473 Seance

📋 copy color: '#6D2473'

red 109 ◦ green 36 ◦ blue 115

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

Shades of Seance #6D2473

Tints of Seance #6D2473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 41.92%
G = 13.85%
B = 44.23%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D2473 (or 0x6D2473) is known color: Seance. HEX triplet: 6D, 24 and 73. RGB value is (109,36,115). Sum of RGB (Red+Green+Blue) = 109+36+115=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D2473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2473 is #92DB8C. Grayscale: #424242. Windows color (decimal): -9624461 or 7545965. OLE color: 7545965.

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

Color convert

RGB 109 36 115 -
CMYK 0.05 0.69 0 0.55
HSL 295.44º 0.52% 0.3% -
HSV(B) 295.44º 0.69% 0.45% -
XYZ 10.03 5.75 16.8 -
YUV 66.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 109 36 115 0.05 0.69 0 0.55 295.44 0.52 0.3
Hex 6D 24 73 5 45 0 37 127 34 1E
Octal 155 44 163 5 105 0 67 447 64 36
Binary 1101101 100100 1110011 101 1000101 0 110111 100100111 110100 11110

Color Harmonies of #6D2473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2473

Black with #6D2473

Text Example


Text Example

White with #6D2473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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