Html Css Color HEX #6C1971 Seance

📋 copy color: '#6C1971'

red 108 ◦ green 25 ◦ blue 113

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

Shades of Seance #6C1971

Tints of Seance #6C1971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.93%

R = 43.9%
G = 10.16%
B = 45.93%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C1971 (or 0x6C1971) is known color: Seance. HEX triplet: 6C, 19 and 71. RGB value is (108,25,113). Sum of RGB (Red+Green+Blue) = 108+25+113=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C1971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1971 is #93E68E. Grayscale: #3B3B3B. Windows color (decimal): -9692815 or 7412076. OLE color: 7412076.

HSL color Cylindrical-coordinate representation of color #6C1971: hue angle of 296.59º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C1971 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 25 113 -
CMYK 0.04 0.78 0 0.56
HSL 296.59º 0.64% 0.27% -
HSV(B) 296.59º 0.78% 0.44% -
XYZ 9.51 5.08 16.1 -
YUV 59.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 108 25 113 0.04 0.78 0 0.56 296.59 0.64 0.27
Hex 6C 19 71 4 4E 0 38 129 40 1B
Octal 154 31 161 4 116 0 70 451 100 33
Binary 1101100 11001 1110001 100 1001110 0 111000 100101001 1000000 11011

Color Harmonies of #6C1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1971

Black with #6C1971

Text Example


Text Example

White with #6C1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,113); }

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

background-color css

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

 a { background-color: rgb(108,25,113); }

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

border-color css

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

 span { border-color: rgb(108,25,113); }

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