Html Css Color HEX #6B1771 Seance

📋 copy color: '#6B1771'

red 107 ◦ green 23 ◦ blue 113

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

Shades of Seance #6B1771

Tints of Seance #6B1771

RGB

 RED value IS 107 (42.19% from 255) = 44.03%

 GREEN value IS 23 (9.38% from 255) = 9.47%

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

R = 44.03%
G = 9.47%
B = 46.5%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B1771 (or 0x6B1771) is known color: Seance. HEX triplet: 6B, 17 and 71. RGB value is (107,23,113). Sum of RGB (Red+Green+Blue) = 107+23+113=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B1771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1771 is #94E88E. Grayscale: #3A3A3A. Windows color (decimal): -9758863 or 7411563. OLE color: 7411563.

HSL color Cylindrical-coordinate representation of color #6B1771: hue angle of 296º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1771 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 23 113 -
CMYK 0.05 0.80 0 0.56
HSL 296º 0.66% 0.27% -
HSV(B) 296º 0.8% 0.44% -
XYZ 9.35 4.93 16.08 -
YUV 58.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 107 23 113 0.05 0.80 0 0.56 296 0.66 0.27
Hex 6B 17 71 5 50 0 38 128 42 1B
Octal 153 27 161 5 120 0 70 450 102 33
Binary 1101011 10111 1110001 101 1010000 0 111000 100101000 1000010 11011

Color Harmonies of #6B1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1771

Black with #6B1771

Text Example


Text Example

White with #6B1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,23,113); }

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

background-color css

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

 a { background-color: rgb(107,23,113); }

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

border-color css

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

 span { border-color: rgb(107,23,113); }

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