Html Css Color HEX #604A5F Fedora

📋 copy color: '#604A5F'

red 96 ◦ green 74 ◦ blue 95

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

Shades of Fedora #604A5F

Tints of Fedora #604A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 36.23%
G = 27.92%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#604A5F (or 0x604A5F) is known color: Fedora. HEX triplet: 60, 4A and 5F. RGB value is (96,74,95). Sum of RGB (Red+Green+Blue) = 96+74+95=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #604A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A5F is #9FB5A0. Grayscale: #525252. Windows color (decimal): -10466721 or 6244960. OLE color: 6244960.

HSL color Cylindrical-coordinate representation of color #604A5F: hue angle of 302.73º 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 #604A5F is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 74 95 -
CMYK 0 0.23 0.01 0.62
HSL 302.73º 0.13% 0.33% -
HSV(B) 302.73º 0.23% 0.38% -
XYZ 9.34 8.21 11.92 -
YUV 82.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 96 74 95 0 0.23 0.01 0.62 302.73 0.13 0.33
Hex 60 4A 5F 0 17 1 3E 12F D 21
Octal 140 112 137 0 27 1 76 457 15 41
Binary 1100000 1001010 1011111 0 10111 1 111110 100101111 1101 100001

Color Harmonies of #604A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A5F

Black with #604A5F

Text Example


Text Example

White with #604A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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