Html Css Color HEX #6C2978 Seance

📋 copy color: '#6C2978'

red 108 ◦ green 41 ◦ blue 120

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

Shades of Seance #6C2978

Tints of Seance #6C2978

RGB

 RED value IS 108 (42.58% from 255) = 40.15%

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

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

R = 40.15%
G = 15.24%
B = 44.61%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C2978 (or 0x6C2978) is known color: Seance. HEX triplet: 6C, 29 and 78. RGB value is (108,41,120). Sum of RGB (Red+Green+Blue) = 108+41+120=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C2978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2978 is #93D687. Grayscale: #454545. Windows color (decimal): -9688712 or 7874924. OLE color: 7874924.

HSL color Cylindrical-coordinate representation of color #6C2978: hue angle of 290.89º 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 #6C2978 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 41 120 -
CMYK 0.10 0.66 0 0.53
HSL 290.89º 0.49% 0.32% -
HSV(B) 290.89º 0.66% 0.47% -
XYZ 10.37 6.13 18.41 -
YUV 70.04 156.2 155.08 -
System Red Green Blue C M Y K H S L
Decimal 108 41 120 0.10 0.66 0 0.53 290.89 0.49 0.32
Hex 6C 29 78 A 42 0 35 123 31 20
Octal 154 51 170 12 102 0 65 443 61 40
Binary 1101100 101001 1111000 1010 1000010 0 110101 100100011 110001 100000

Color Harmonies of #6C2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2978

Black with #6C2978

Text Example


Text Example

White with #6C2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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