#691D6F

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

Shades of Seance #691D6F

Tints of Seance #691D6F

Color information

#691D6F (or 0x691D6F) is unknown color: approx Seance. HEX triplet: 69, 1D and 6F. RGB value is (105,29,111). Sum of RGB (Red+Green+Blue) = 105+29+111=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #691D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D6F is #96E290. Grayscale: #3C3C3C. Windows color (decimal): -9888401 or 7282025. OLE color: 7282025.

HSL color Cylindrical-coordinate representation of color #691D6F: hue angle of 295.61º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691D6F is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10529111-
CMYK0.050.7400.56
HSL295.61º58.57%27.45%-
HSV(B)295.61º73.87%43.53%-
XYZ9.135.0315.53-
YUV61.07156.18159.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=42.86%
G=11.84%
B=45.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105291110.050.7400.56295.6158.5727.45
Hex691D6F54A0381283b1b
Octal1513515751120704507333
Binary11010011110111011111011001010011100010010100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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