Html Css Color HEX #6C2380 Seance

📋 copy color: '#6C2380'

red 108 ◦ green 35 ◦ blue 128

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

Shades of Seance #6C2380

Tints of Seance #6C2380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 39.85%
G = 12.92%
B = 47.23%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6C2380 (or 0x6C2380) is known color: Seance. HEX triplet: 6C, 23 and 80. RGB value is (108,35,128). Sum of RGB (Red+Green+Blue) = 108+35+128=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #6C2380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2380 is #93DC7F. Grayscale: #434343. Windows color (decimal): -9690240 or 8397676. OLE color: 8397676.

HSL color Cylindrical-coordinate representation of color #6C2380: hue angle of 287.1º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2380 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 35 128 -
CMYK 0.16 0.73 0 0.50
HSL 287.1º 0.57% 0.32% -
HSV(B) 287.1º 0.73% 0.5% -
XYZ 10.68 5.95 21.01 -
YUV 67.43 162.18 156.94 -
System Red Green Blue C M Y K H S L
Decimal 108 35 128 0.16 0.73 0 0.50 287.1 0.57 0.32
Hex 6C 23 80 10 49 0 32 11F 39 20
Octal 154 43 200 20 111 0 62 437 71 40
Binary 1101100 100011 10000000 10000 1001001 0 110010 100011111 111001 100000

Color Harmonies of #6C2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2380

Black with #6C2380

Text Example


Text Example

White with #6C2380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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