#691375

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

Shades of Seance #691375

Tints of Seance #691375

Color information

#691375 (or 0x691375) is unknown color: approx Seance. HEX triplet: 69, 13 and 75. RGB value is (105,19,117). Sum of RGB (Red+Green+Blue) = 105+19+117=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #691375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691375 is #96EC8A. Grayscale: #373737. Windows color (decimal): -9890955 or 7672681. OLE color: 7672681.

HSL color Cylindrical-coordinate representation of color #691375: hue angle of 292.65º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691375 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10519117-
CMYK0.100.8400.54
HSL292.65º72.06%26.67%-
HSV(B)292.65º83.76%45.88%-
XYZ9.274.7517.26-
YUV55.89162.49163.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 19 (7.81% from 255) = 7.88%
BLUE value IS 117 (46.09% from 255) = 48.55%
R=43.57%
G=7.88%
B=48.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105191170.100.8400.54292.6572.0626.67
Hex691375A54036125481b
Octal151231651212406644511033
Binary1101001100111110101101010101000110110100100101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691375; }

 p { color: rgb(105,19,117); }

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

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

 a { background-color: rgb(105,19,117); }

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

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

 span { border-color: rgb(105,19,117); }

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