#692370

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

Shades of Seance #692370

Tints of Seance #692370

Color information

#692370 (or 0x692370) is unknown color: approx Seance. HEX triplet: 69, 23 and 70. RGB value is (105,35,112). Sum of RGB (Red+Green+Blue) = 105+35+112=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #692370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692370 is #96DC8F. Grayscale: #404040. Windows color (decimal): -9886864 or 7349097. OLE color: 7349097.

HSL color Cylindrical-coordinate representation of color #692370: hue angle of 294.55º degrees, saturation: 0.52, 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 #692370 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10535112-
CMYK0.060.6900.56
HSL294.55º52.38%28.82%-
HSV(B)294.55º68.75%43.92%-
XYZ9.355.3815.87-
YUV64.71154.69156.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=41.67%
G=13.89%
B=44.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105351120.060.6900.56294.5552.3828.82
Hex692370645038127341d
Octal1514316061050704476435
Binary110100110001111100001101000101011100010010011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692370; }

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

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

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

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

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

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

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

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