#694558

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

Shades of Finn #694558

Tints of Finn #694558

Color information

#694558 (or 0x694558) is unknown color: approx Finn. HEX triplet: 69, 45 and 58. RGB value is (105,69,88). Sum of RGB (Red+Green+Blue) = 105+69+88=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #694558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694558 is #96BAA7. Grayscale: #515151. Windows color (decimal): -9878184 or 5784937. OLE color: 5784937.

HSL color Cylindrical-coordinate representation of color #694558: hue angle of 328.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 #694558 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1056988-
CMYK00.340.160.59
HSL328.33º20.69%34.12%-
HSV(B)328.33º34.29%41.18%-
XYZ9.727.9610.26-
YUV81.93131.43144.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=40.08%
G=26.34%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105698800.340.160.59328.3320.6934.12
Hex694558022103B1481522
Octal15110513004220735102542
Binary11010011000101101100001000101000011101110100100010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694558; }

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

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

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

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

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

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

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

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