Html Css Color HEX #6D2978 Seance

📋 copy color: '#6D2978'

red 109 ◦ green 41 ◦ blue 120

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

Shades of Seance #6D2978

Tints of Seance #6D2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 40.37%
G = 15.19%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D2978 (or 0x6D2978) is known color: Seance. HEX triplet: 6D, 29 and 78. RGB value is (109,41,120). Sum of RGB (Red+Green+Blue) = 109+41+120=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D2978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2978 is #92D687. Grayscale: #464646. Windows color (decimal): -9623176 or 7874925. OLE color: 7874925.

HSL color Cylindrical-coordinate representation of color #6D2978: hue angle of 291.65º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2978 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 41 120 -
CMYK 0.09 0.66 0 0.53
HSL 291.65º 0.49% 0.32% -
HSV(B) 291.65º 0.66% 0.47% -
XYZ 10.49 6.19 18.41 -
YUV 70.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 109 41 120 0.09 0.66 0 0.53 291.65 0.49 0.32
Hex 6D 29 78 9 42 0 35 124 31 20
Octal 155 51 170 11 102 0 65 444 61 40
Binary 1101101 101001 1111000 1001 1000010 0 110101 100100100 110001 100000

Color Harmonies of #6D2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2978

Black with #6D2978

Text Example


Text Example

White with #6D2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,41,120); }

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

background-color css

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

 a { background-color: rgb(109,41,120); }

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

border-color css

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

 span { border-color: rgb(109,41,120); }

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