Html Css Color HEX #605860 Fedora

📋 copy color: '#605860'

red 96 ◦ green 88 ◦ blue 96

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

Shades of Fedora #605860

Tints of Fedora #605860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.43%

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

R = 34.29%
G = 31.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605860 (or 0x605860) is known color: Fedora. HEX triplet: 60, 58 and 60. RGB value is (96,88,96). Sum of RGB (Red+Green+Blue) = 96+88+96=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605860 is #9FA79F. Grayscale: #5B5B5B. Windows color (decimal): -10463136 or 6314080. OLE color: 6314080.

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

Color convert

RGB 96 88 96 -
CMYK 0 0.08 0 0.62
HSL 300º 0.04% 0.36% -
HSV(B) 300º 0.08% 0.38% -
XYZ 10.42 10.31 12.51 -
YUV 91.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 96 88 96 0 0.08 0 0.62 300 0.04 0.36
Hex 60 58 60 0 8 0 3E 12C 4 24
Octal 140 130 140 0 10 0 76 454 4 44
Binary 1100000 1011000 1100000 0 1000 0 111110 100101100 100 100100

Color Harmonies of #605860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605860

Black with #605860

Text Example


Text Example

White with #605860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605860; }

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

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

background-color css

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

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

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

border-color css

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

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

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