#694066

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

Shades of Seance #694066

Tints of Seance #694066

Color information

#694066 (or 0x694066) is unknown color: approx Seance. HEX triplet: 69, 40 and 66. RGB value is (105,64,102). Sum of RGB (Red+Green+Blue) = 105+64+102=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694066 is #96BF99. Grayscale: #505050. Windows color (decimal): -9879450 or 6701161. OLE color: 6701161.

HSL color Cylindrical-coordinate representation of color #694066: hue angle of 304.39º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694066 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10564102-
CMYK00.390.030.59
HSL304.39º24.26%33.14%-
HSV(B)304.39º39.05%41.18%-
XYZ10.067.6313.51-
YUV80.59140.08145.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 102 (40.23% from 255) = 37.64%
R=38.75%
G=23.62%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1056410200.390.030.59304.3924.2633.14
Hex69406602733B1301821
Octal1511001460473734603041
Binary11010011000000110011001001111111101110011000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694066; }

 p { color: rgb(105,64,102); }

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

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

 a { background-color: rgb(105,64,102); }

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

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

 span { border-color: rgb(105,64,102); }

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