#694555

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

Shades of Finn #694555

Tints of Finn #694555

Color information

#694555 (or 0x694555) is unknown color: approx Finn. HEX triplet: 69, 45 and 55. RGB value is (105,69,85). Sum of RGB (Red+Green+Blue) = 105+69+85=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #694555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694555 is #96BAAA. Grayscale: #515151. Windows color (decimal): -9878187 or 5588329. OLE color: 5588329.

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

Color convert

RGB1056985-
CMYK00.340.190.59
HSL333.33º20.69%34.12%-
HSV(B)333.33º34.29%41.18%-
XYZ9.597.929.62-
YUV81.59129.93144.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 85 (33.59% from 255) = 32.82%
R=40.54%
G=26.64%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105698500.340.190.59333.3320.6934.12
Hex694555022133B14d1522
Octal15110512504223735152542
Binary11010011000101101010101000101001111101110100110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694555; }

 p { color: rgb(105,69,85); }

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

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

 a { background-color: rgb(105,69,85); }

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

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

 span { border-color: rgb(105,69,85); }

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