#694660

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

Shades of Finn #694660

Tints of Finn #694660

Color information

#694660 (or 0x694660) is unknown color: approx Finn. HEX triplet: 69, 46 and 60. RGB value is (105,70,96). Sum of RGB (Red+Green+Blue) = 105+70+96=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694660 is #96B99F. Grayscale: #535353. Windows color (decimal): -9877920 or 6309481. OLE color: 6309481.

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

Color convert

RGB1057096-
CMYK00.330.090.59
HSL315.43º20%34.31%-
HSV(B)315.43º33.33%41.18%-
XYZ10.138.2312.12-
YUV83.43135.1143.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=38.75%
G=25.83%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105709600.330.090.59315.432034.31
Hex69466002193B13b1422
Octal15110614004111734732442
Binary1101001100011011000000100001100111101110011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694660; }

 p { color: rgb(105,70,96); }

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

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

 a { background-color: rgb(105,70,96); }

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

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

 span { border-color: rgb(105,70,96); }

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