Html Css Color HEX #6D1973 Seance

📋 copy color: '#6D1973'

red 109 ◦ green 25 ◦ blue 115

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

Shades of Seance #6D1973

Tints of Seance #6D1973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

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

R = 43.78%
G = 10.04%
B = 46.18%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D1973 (or 0x6D1973) is known color: Seance. HEX triplet: 6D, 19 and 73. RGB value is (109,25,115). Sum of RGB (Red+Green+Blue) = 109+25+115=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 115 (45.31% from 255 or 46.18% from 249); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D1973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1973 is #92E68C. Grayscale: #3C3C3C. Windows color (decimal): -9627277 or 7543149. OLE color: 7543149.

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

Color convert

RGB 109 25 115 -
CMYK 0.05 0.78 0 0.55
HSL 296º 0.64% 0.27% -
HSV(B) 296º 0.78% 0.45% -
XYZ 9.75 5.18 16.71 -
YUV 60.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 109 25 115 0.05 0.78 0 0.55 296 0.64 0.27
Hex 6D 19 73 5 4E 0 37 128 40 1B
Octal 155 31 163 5 116 0 67 450 100 33
Binary 1101101 11001 1110011 101 1001110 0 110111 100101000 1000000 11011

Color Harmonies of #6D1973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1973

Black with #6D1973

Text Example


Text Example

White with #6D1973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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