Html Css Color HEX #6C2471 Seance

📋 copy color: '#6C2471'

red 108 ◦ green 36 ◦ blue 113

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

Shades of Seance #6C2471

Tints of Seance #6C2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.01%

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

R = 42.02%
G = 14.01%
B = 43.97%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C2471 (or 0x6C2471) is known color: Seance. HEX triplet: 6C, 24 and 71. RGB value is (108,36,113). Sum of RGB (Red+Green+Blue) = 108+36+113=257 (34% of max value = 765). Red value is 108 (42.58% from 255 or 42.02% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2471 is #93DB8E. Grayscale: #424242. Windows color (decimal): -9689999 or 7414892. OLE color: 7414892.

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

Color convert

RGB 108 36 113 -
CMYK 0.04 0.68 0 0.56
HSL 296.1º 0.52% 0.29% -
HSV(B) 296.1º 0.68% 0.44% -
XYZ 9.8 5.64 16.2 -
YUV 66.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 108 36 113 0.04 0.68 0 0.56 296.1 0.52 0.29
Hex 6C 24 71 4 44 0 38 128 34 1D
Octal 154 44 161 4 104 0 70 450 64 35
Binary 1101100 100100 1110001 100 1000100 0 111000 100101000 110100 11101

Color Harmonies of #6C2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2471

Black with #6C2471

Text Example


Text Example

White with #6C2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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