#692476

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

Shades of Seance #692476

Tints of Seance #692476

Color information

#692476 (or 0x692476) is unknown color: approx Seance. HEX triplet: 69, 24 and 76. RGB value is (105,36,118). Sum of RGB (Red+Green+Blue) = 105+36+118=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #692476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692476 is #96DB89. Grayscale: #414141. Windows color (decimal): -9886602 or 7742569. OLE color: 7742569.

HSL color Cylindrical-coordinate representation of color #692476: hue angle of 290.49º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692476 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10536118-
CMYK0.110.6900.54
HSL290.49º53.25%30.2%-
HSV(B)290.49º69.49%46.27%-
XYZ9.735.5717.7-
YUV65.98157.36155.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=40.54%
G=13.90%
B=45.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105361180.110.6900.54290.4953.2530.2
Hex692476B45036122351e
Octal15144166131050664426536
Binary1101001100100111011010111000101011011010010001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692476; }

 p { color: rgb(105,36,118); }

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

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

 a { background-color: rgb(105,36,118); }

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

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

 span { border-color: rgb(105,36,118); }

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