Html Css Color HEX #604E60 Fedora

📋 copy color: '#604E60'

red 96 ◦ green 78 ◦ blue 96

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

Shades of Fedora #604E60

Tints of Fedora #604E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.89%

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

R = 35.56%
G = 28.89%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604E60 (or 0x604E60) is known color: Fedora. HEX triplet: 60, 4E and 60. RGB value is (96,78,96). Sum of RGB (Red+Green+Blue) = 96+78+96=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E60 is #9FB19F. Grayscale: #555555. Windows color (decimal): -10465696 or 6311520. OLE color: 6311520.

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

Color convert

RGB 96 78 96 -
CMYK 0 0.19 0 0.62
HSL 300º 0.1% 0.34% -
HSV(B) 300º 0.19% 0.38% -
XYZ 9.66 8.78 12.25 -
YUV 85.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 96 78 96 0 0.19 0 0.62 300 0.1 0.34
Hex 60 4E 60 0 13 0 3E 12C A 22
Octal 140 116 140 0 23 0 76 454 12 42
Binary 1100000 1001110 1100000 0 10011 0 111110 100101100 1010 100010

Color Harmonies of #604E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E60

Black with #604E60

Text Example


Text Example

White with #604E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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