#692371

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

Shades of Seance #692371

Tints of Seance #692371

Color information

#692371 (or 0x692371) is unknown color: approx Seance. HEX triplet: 69, 23 and 71. RGB value is (105,35,113). Sum of RGB (Red+Green+Blue) = 105+35+113=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #692371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692371 is #96DC8E. Grayscale: #404040. Windows color (decimal): -9886863 or 7414633. OLE color: 7414633.

HSL color Cylindrical-coordinate representation of color #692371: hue angle of 293.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692371 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10535113-
CMYK0.070.6900.56
HSL293.85º52.7%29.02%-
HSV(B)293.85º69.03%44.31%-
XYZ9.415.416.17-
YUV64.82155.19156.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 113 (44.53% from 255) = 44.66%
R=41.50%
G=13.83%
B=44.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105351130.070.6900.56293.8552.729.02
Hex692371745038126351d
Octal1514316171050704466535
Binary110100110001111100011111000101011100010010011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692371; }

 p { color: rgb(105,35,113); }

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

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

 a { background-color: rgb(105,35,113); }

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

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

 span { border-color: rgb(105,35,113); }

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