#692970

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

Shades of Seance #692970

Tints of Seance #692970

Color information

#692970 (or 0x692970) is unknown color: approx Seance. HEX triplet: 69, 29 and 70. RGB value is (105,41,112). Sum of RGB (Red+Green+Blue) = 105+41+112=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #692970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692970 is #96D68F. Grayscale: #444444. Windows color (decimal): -9885328 or 7350633. OLE color: 7350633.

HSL color Cylindrical-coordinate representation of color #692970: hue angle of 294.08º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #692970 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10541112-
CMYK0.060.6300.56
HSL294.08º46.41%30%-
HSV(B)294.08º63.39%43.92%-
XYZ9.545.7615.94-
YUV68.23152.7154.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=40.70%
G=15.89%
B=43.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105411120.060.6300.56294.0846.4130
Hex69297063F0381262e1e
Octal151511606770704465636
Binary11010011010011110000110111111011100010010011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692970; }

 p { color: rgb(105,41,112); }

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

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

 a { background-color: rgb(105,41,112); }

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

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

 span { border-color: rgb(105,41,112); }

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