#691C80

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

Shades of Seance #691C80

Tints of Seance #691C80

Color information

#691C80 (or 0x691C80) is unknown color: approx Seance. HEX triplet: 69, 1C and 80. RGB value is (105,28,128). Sum of RGB (Red+Green+Blue) = 105+28+128=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #691C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691C80 is #96E37F. Grayscale: #3E3E3E. Windows color (decimal): -9888640 or 8395881. OLE color: 8395881.

HSL color Cylindrical-coordinate representation of color #691C80: hue angle of 286.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691C80 is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10528128-
CMYK0.180.7800.50
HSL286.2º64.1%30.59%-
HSV(B)286.2º78.12%50.2%-
XYZ10.145.3920.93-
YUV62.42165.01158.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 128 (50.39% from 255) = 49.04%
R=40.23%
G=10.73%
B=49.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal105281280.180.7800.50286.264.130.59
Hex691C80124E03211e401f
Octal151342002211606243610037
Binary110100111100100000001001010011100110010100011110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691C80; }

 p { color: rgb(105,28,128); }

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

<style>
 a { background-color: #691C80; }

 a { background-color: rgb(105,28,128); }

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

<style>
 span { border-color: #691C80; }

 span { border-color: rgb(105,28,128); }

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