Html Css Color HEX #605065 Fedora

📋 copy color: '#605065'

red 96 ◦ green 80 ◦ blue 101

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

Shades of Fedora #605065

Tints of Fedora #605065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.88%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 34.66%
G = 28.88%
B = 36.46%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#605065 (or 0x605065) is known color: Fedora. HEX triplet: 60, 50 and 65. RGB value is (96,80,101). Sum of RGB (Red+Green+Blue) = 96+80+101=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #605065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605065 is #9FAF9A. Grayscale: #575757. Windows color (decimal): -10465179 or 6639712. OLE color: 6639712.

HSL color Cylindrical-coordinate representation of color #605065: hue angle of 285.71º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605065 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 80 101 -
CMYK 0.05 0.21 0 0.60
HSL 285.71º 0.12% 0.35% -
HSV(B) 285.71º 0.21% 0.4% -
XYZ 10.04 9.16 13.55 -
YUV 87.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 96 80 101 0.05 0.21 0 0.60 285.71 0.12 0.35
Hex 60 50 65 5 15 0 3C 11E C 23
Octal 140 120 145 5 25 0 74 436 14 43
Binary 1100000 1010000 1100101 101 10101 0 111100 100011110 1100 100011

Color Harmonies of #605065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605065

Black with #605065

Text Example


Text Example

White with #605065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605065; }

 p { color: rgb(96,80,101); }

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

background-color css

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

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

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

border-color css

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

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

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