Html Css Color HEX #604960 Fedora

📋 copy color: '#604960'

red 96 ◦ green 73 ◦ blue 96

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

Shades of Fedora #604960

Tints of Fedora #604960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

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

R = 36.23%
G = 27.55%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604960 (or 0x604960) is known color: Fedora. HEX triplet: 60, 49 and 60. RGB value is (96,73,96). Sum of RGB (Red+Green+Blue) = 96+73+96=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604960 is #9FB69F. Grayscale: #525252. Windows color (decimal): -10466976 or 6310240. OLE color: 6310240.

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

Color convert

RGB 96 73 96 -
CMYK 0 0.24 0 0.62
HSL 300º 0.14% 0.33% -
HSV(B) 300º 0.24% 0.38% -
XYZ 9.32 8.1 12.14 -
YUV 82.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 96 73 96 0 0.24 0 0.62 300 0.14 0.33
Hex 60 49 60 0 18 0 3E 12C E 21
Octal 140 111 140 0 30 0 76 454 16 41
Binary 1100000 1001001 1100000 0 11000 0 111110 100101100 1110 100001

Color Harmonies of #604960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604960

Black with #604960

Text Example


Text Example

White with #604960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604960; }

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

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

background-color css

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

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

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

border-color css

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

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

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