#691D84

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

Shades of Seance #691D84

Tints of Seance #691D84

Color information

#691D84 (or 0x691D84) is unknown color: approx Seance. HEX triplet: 69, 1D and 84. RGB value is (105,29,132). Sum of RGB (Red+Green+Blue) = 105+29+132=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #691D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691D84 is #96E27B. Grayscale: #3F3F3F. Windows color (decimal): -9888380 or 8658281. OLE color: 8658281.

HSL color Cylindrical-coordinate representation of color #691D84: hue angle of 284.27º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691D84 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10529132-
CMYK0.200.7800.48
HSL284.27º63.98%31.57%-
HSV(B)284.27º78.03%51.76%-
XYZ10.435.5522.35-
YUV63.47166.68157.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 29 (11.72% from 255) = 10.90%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=39.47%
G=10.90%
B=49.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105291320.200.7800.48284.2763.9831.57
Hex691D84144E03011c4020
Octal151352042411606043410040
Binary1101001111011000010010100100111001100001000111001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,29,132); }

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

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

 a { background-color: rgb(105,29,132); }

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

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

 span { border-color: rgb(105,29,132); }

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