#6B177F

Color #6B177F Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #6B177F

Tints of Seance #6B177F

Color information

#6B177F (or 0x6B177F) is unknown color: approx Seance. HEX triplet: 6B, 17 and 7F. RGB value is (107,23,127). Sum of RGB (Red+Green+Blue) = 107+23+127=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #6B177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B177F is #94E880. Grayscale: #3B3B3B. Windows color (decimal): -9758849 or 8329067. OLE color: 8329067.

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

Color convert

RGB10723127-
CMYK0.160.8200.50
HSL288.46º69.33%29.41%-
HSV(B)288.46º81.89%49.8%-
XYZ10.25.2720.56-
YUV59.97165.83161.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 23 (9.38% from 255) = 8.95%
BLUE value IS 127 (50% from 255) = 49.42%
R=41.63%
G=8.95%
B=49.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107231270.160.8200.50288.4669.3329.41
Hex6B177F1052032120451d
Octal153271772012206244010535
Binary11010111011111111111000010100100110010100100000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B177F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B177F;
 }
 .AnyTagClassName
 {
   color: #6B177F;
 }
</style>
background-color css

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

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

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

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

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

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