Html Css Color HEX #6D1972 Seance

📋 copy color: '#6D1972'

red 109 ◦ green 25 ◦ blue 114

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

Shades of Seance #6D1972

Tints of Seance #6D1972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.97%

R = 43.95%
G = 10.08%
B = 45.97%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D1972 (or 0x6D1972) is known color: Seance. HEX triplet: 6D, 19 and 72. RGB value is (109,25,114). Sum of RGB (Red+Green+Blue) = 109+25+114=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D1972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1972 is #92E68D. Grayscale: #3B3B3B. Windows color (decimal): -9627278 or 7477613. OLE color: 7477613.

HSL color Cylindrical-coordinate representation of color #6D1972: hue angle of 296.63º 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 #6D1972 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 25 114 -
CMYK 0.04 0.78 0 0.55
HSL 296.63º 0.64% 0.27% -
HSV(B) 296.63º 0.78% 0.45% -
XYZ 9.69 5.16 16.41 -
YUV 60.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 109 25 114 0.04 0.78 0 0.55 296.63 0.64 0.27
Hex 6D 19 72 4 4E 0 37 129 40 1B
Octal 155 31 162 4 116 0 67 451 100 33
Binary 1101101 11001 1110010 100 1001110 0 110111 100101001 1000000 11011

Color Harmonies of #6D1972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1972

Black with #6D1972

Text Example


Text Example

White with #6D1972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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