#691273

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

Shades of Seance #691273

Tints of Seance #691273

Color information

#691273 (or 0x691273) is unknown color: approx Seance. HEX triplet: 69, 12 and 73. RGB value is (105,18,115). Sum of RGB (Red+Green+Blue) = 105+18+115=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #691273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691273 is #96ED8C. Grayscale: #363636. Windows color (decimal): -9891213 or 7541353. OLE color: 7541353.

HSL color Cylindrical-coordinate representation of color #691273: hue angle of 293.81º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691273 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10518115-
CMYK0.090.8400.55
HSL293.81º72.93%26.08%-
HSV(B)293.81º84.35%45.1%-
XYZ9.144.6716.64-
YUV55.07161.82163.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 18 (7.42% from 255) = 7.56%
BLUE value IS 115 (45.31% from 255) = 48.32%
R=44.12%
G=7.56%
B=48.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105181150.090.8400.55293.8172.9326.08
Hex691273954037126491a
Octal151221631112406744611132
Binary1101001100101110011100110101000110111100100110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691273; }

 p { color: rgb(105,18,115); }

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

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

 a { background-color: rgb(105,18,115); }

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

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

 span { border-color: rgb(105,18,115); }

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