Html Css Color HEX #604A60 Fedora

📋 copy color: '#604A60'

red 96 ◦ green 74 ◦ blue 96

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

Shades of Fedora #604A60

Tints of Fedora #604A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

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

R = 36.09%
G = 27.82%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604A60 (or 0x604A60) is known color: Fedora. HEX triplet: 60, 4A and 60. RGB value is (96,74,96). Sum of RGB (Red+Green+Blue) = 96+74+96=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A60 is #9FB59F. Grayscale: #535353. Windows color (decimal): -10466720 or 6310496. OLE color: 6310496.

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

Color convert

RGB 96 74 96 -
CMYK 0 0.23 0 0.62
HSL 300º 0.13% 0.33% -
HSV(B) 300º 0.23% 0.38% -
XYZ 9.38 8.23 12.16 -
YUV 83.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 96 74 96 0 0.23 0 0.62 300 0.13 0.33
Hex 60 4A 60 0 17 0 3E 12C D 21
Octal 140 112 140 0 27 0 76 454 15 41
Binary 1100000 1001010 1100000 0 10111 0 111110 100101100 1101 100001

Color Harmonies of #604A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A60

Black with #604A60

Text Example


Text Example

White with #604A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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