Html Css Color HEX #6C2379 Seance

📋 copy color: '#6C2379'

red 108 ◦ green 35 ◦ blue 121

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

Shades of Seance #6C2379

Tints of Seance #6C2379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

 BLUE value IS 121 (47.66% from 255) = 45.83%

R = 40.91%
G = 13.26%
B = 45.83%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6C2379 (or 0x6C2379) is known color: Seance. HEX triplet: 6C, 23 and 79. RGB value is (108,35,121). Sum of RGB (Red+Green+Blue) = 108+35+121=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 121 (47.66% from 255 or 45.83% from 264); Max value from RGB is 121 - color contains mainly: blue. Hex color #6C2379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2379 is #93DC86. Grayscale: #424242. Windows color (decimal): -9690247 or 7938924. OLE color: 7938924.

HSL color Cylindrical-coordinate representation of color #6C2379: hue angle of 290.93º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C2379 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 108 35 121 -
CMYK 0.11 0.71 0 0.53
HSL 290.93º 0.55% 0.31% -
HSV(B) 290.93º 0.71% 0.47% -
XYZ 10.24 5.77 18.66 -
YUV 66.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 108 35 121 0.11 0.71 0 0.53 290.93 0.55 0.31
Hex 6C 23 79 B 47 0 35 123 37 1F
Octal 154 43 171 13 107 0 65 443 67 37
Binary 1101100 100011 1111001 1011 1000111 0 110101 100100011 110111 11111

Color Harmonies of #6C2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2379

Black with #6C2379

Text Example


Text Example

White with #6C2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,35,121); }

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

background-color css

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

 a { background-color: rgb(108,35,121); }

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

border-color css

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

 span { border-color: rgb(108,35,121); }

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