#606860

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

Shades of Finlandia #606860

Tints of Finlandia #606860

Color information

#606860 (or 0x606860) is unknown color: approx Finlandia. HEX triplet: 60, 68 and 60. RGB value is (96,104,96). Sum of RGB (Red+Green+Blue) = 96+104+96=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 104 - color contains mainly: green. Hex color #606860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606860 is #9F979F. Grayscale: #646464. Windows color (decimal): -10459040 or 6318176. OLE color: 6318176.

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

Color convert

RGB9610496-
CMYK0.0800.080.59
HSL120º4%39.22%-
HSV(B)120º7.69%40.78%-
XYZ11.8913.2312.99-
YUV100.7125.35124.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=32.43%
G=35.14%
B=32.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96104960.0800.080.59120439.22
Hex6068608083B78427
Octal1401501401001073170447
Binary1100000110100011000001000010001110111111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606860; }

 p { color: rgb(96,104,96); }

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

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

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

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

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

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

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