Html Css Color HEX #605261 Fedora

📋 copy color: '#605261'

red 96 ◦ green 82 ◦ blue 97

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

Shades of Fedora #605261

Tints of Fedora #605261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

 BLUE value IS 97 (38.28% from 255) = 35.27%

R = 34.91%
G = 29.82%
B = 35.27%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605261 (or 0x605261) is known color: Fedora. HEX triplet: 60, 52 and 61. RGB value is (96,82,97). Sum of RGB (Red+Green+Blue) = 96+82+97=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #605261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605261 is #9FAD9E. Grayscale: #575757. Windows color (decimal): -10464671 or 6378080. OLE color: 6378080.

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

Color convert

RGB 96 82 97 -
CMYK 0.01 0.15 0 0.62
HSL 296º 0.08% 0.35% -
HSV(B) 296º 0.15% 0.38% -
XYZ 10 9.38 12.59 -
YUV 87.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 96 82 97 0.01 0.15 0 0.62 296 0.08 0.35
Hex 60 52 61 1 F 0 3E 128 8 23
Octal 140 122 141 1 17 0 76 450 10 43
Binary 1100000 1010010 1100001 1 1111 0 111110 100101000 1000 100011

Color Harmonies of #605261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605261

Black with #605261

Text Example


Text Example

White with #605261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605261; }

 p { color: rgb(96,82,97); }

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

background-color css

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

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

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

border-color css

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

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

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