Html Css Color HEX #6C2571 Seance

📋 copy color: '#6C2571'

red 108 ◦ green 37 ◦ blue 113

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

Shades of Seance #6C2571

Tints of Seance #6C2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

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

R = 41.86%
G = 14.34%
B = 43.8%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C2571 (or 0x6C2571) is known color: Seance. HEX triplet: 6C, 25 and 71. RGB value is (108,37,113). Sum of RGB (Red+Green+Blue) = 108+37+113=258 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.86% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C2571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2571 is #93DA8E. Grayscale: #424242. Windows color (decimal): -9689743 or 7415148. OLE color: 7415148.

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

Color convert

RGB 108 37 113 -
CMYK 0.04 0.67 0 0.56
HSL 296.05º 0.51% 0.29% -
HSV(B) 296.05º 0.67% 0.44% -
XYZ 9.83 5.7 16.21 -
YUV 66.89 154.02 157.32 -
System Red Green Blue C M Y K H S L
Decimal 108 37 113 0.04 0.67 0 0.56 296.05 0.51 0.29
Hex 6C 25 71 4 43 0 38 128 33 1D
Octal 154 45 161 4 103 0 70 450 63 35
Binary 1101100 100101 1110001 100 1000011 0 111000 100101000 110011 11101

Color Harmonies of #6C2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2571

Black with #6C2571

Text Example


Text Example

White with #6C2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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