Html Css Color HEX #605060 Fedora

📋 copy color: '#605060'

red 96 ◦ green 80 ◦ blue 96

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

Shades of Fedora #605060

Tints of Fedora #605060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

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

R = 35.29%
G = 29.41%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605060 (or 0x605060) is known color: Fedora. HEX triplet: 60, 50 and 60. RGB value is (96,80,96). Sum of RGB (Red+Green+Blue) = 96+80+96=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605060 is #9FAF9F. Grayscale: #565656. Windows color (decimal): -10465184 or 6312032. OLE color: 6312032.

HSL color Cylindrical-coordinate representation of color #605060: hue angle of 300º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #605060 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 80 96 -
CMYK 0 0.17 0 0.62
HSL 300º 0.09% 0.35% -
HSV(B) 300º 0.17% 0.38% -
XYZ 9.8 9.07 12.3 -
YUV 86.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 96 80 96 0 0.17 0 0.62 300 0.09 0.35
Hex 60 50 60 0 11 0 3E 12C 9 23
Octal 140 120 140 0 21 0 76 454 11 43
Binary 1100000 1010000 1100000 0 10001 0 111110 100101100 1001 100011

Color Harmonies of #605060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605060

Black with #605060

Text Example


Text Example

White with #605060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605060; }

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

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

background-color css

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

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

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

border-color css

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

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

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