Html Css Color HEX #606960 Finlandia

📋 copy color: '#606960'

red 96 ◦ green 105 ◦ blue 96

#606960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #606960

Tints of Finlandia #606960

RGB

 RED value IS 96 (37.89% from 255) = 32.32%

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 96 (37.89% from 255) = 32.32%

R = 32.32%
G = 35.35%
B = 32.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#606960 (or 0x606960) is known color: Finlandia. HEX triplet: 60, 69 and 60. RGB value is (96,105,96). Sum of RGB (Red+Green+Blue) = 96+105+96=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 105 - color contains mainly: green. Hex color #606960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606960 is #9F969F. Grayscale: #656565. Windows color (decimal): -10458784 or 6318432. OLE color: 6318432.

HSL color Cylindrical-coordinate representation of color #606960: 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.09%. Process color model (Four color, CMYK) of #606960 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 105 96 -
CMYK 0.09 0 0.09 0.59
HSL 120º 0.04% 0.39% -
HSV(B) 120º 0.09% 0.41% -
XYZ 11.99 13.43 13.03 -
YUV 101.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 96 105 96 0.09 0 0.09 0.59 120 0.04 0.39
Hex 60 69 60 9 0 9 3B 78 4 27
Octal 140 151 140 11 0 11 73 170 4 47
Binary 1100000 1101001 1100000 1001 0 1001 111011 1111000 100 100111

Color Harmonies of #606960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606960

Black with #606960

Text Example


Text Example

White with #606960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606960; }

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

 H1.HeaderClassName
 {
   color: #606960;
 }
 .AnyTagClassName
 {
   color: #606960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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