Html Css Color HEX #604860 Fedora

📋 copy color: '#604860'

red 96 ◦ green 72 ◦ blue 96

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

Shades of Fedora #604860

Tints of Fedora #604860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604860 (or 0x604860) is known color: Fedora. HEX triplet: 60, 48 and 60. RGB value is (96,72,96). Sum of RGB (Red+Green+Blue) = 96+72+96=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604860 is #9FB79F. Grayscale: #515151. Windows color (decimal): -10467232 or 6309984. OLE color: 6309984.

HSL color Cylindrical-coordinate representation of color #604860: 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.25%. Process color model (Four color, CMYK) of #604860 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 72 96 -
CMYK 0 0.25 0 0.62
HSL 300º 0.14% 0.33% -
HSV(B) 300º 0.25% 0.38% -
XYZ 9.25 7.97 12.12 -
YUV 81.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 96 72 96 0 0.25 0 0.62 300 0.14 0.33
Hex 60 48 60 0 19 0 3E 12C E 21
Octal 140 110 140 0 31 0 76 454 16 41
Binary 1100000 1001000 1100000 0 11001 0 111110 100101100 1110 100001

Color Harmonies of #604860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604860

Black with #604860

Text Example


Text Example

White with #604860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604860; }

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

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

background-color css

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

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

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

border-color css

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

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

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