#692473

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

Shades of Seance #692473

Tints of Seance #692473

Color information

#692473 (or 0x692473) is unknown color: approx Seance. HEX triplet: 69, 24 and 73. RGB value is (105,36,115). Sum of RGB (Red+Green+Blue) = 105+36+115=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #692473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692473 is #96DB8C. Grayscale: #414141. Windows color (decimal): -9886605 or 7545961. OLE color: 7545961.

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

Color convert

RGB10536115-
CMYK0.090.6900.55
HSL292.41º52.32%29.61%-
HSV(B)292.41º68.7%45.1%-
XYZ9.555.516.78-
YUV65.64155.86156.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=41.02%
G=14.06%
B=44.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105361150.090.6900.55292.4152.3229.61
Hex692473945037124341e
Octal15144163111050674446436
Binary1101001100100111001110011000101011011110010010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692473; }

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

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

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

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

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

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

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

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