Html Css Color HEX #68516F Fedora

📋 copy color: '#68516F'

red 104 ◦ green 81 ◦ blue 111

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

Shades of Fedora #68516F

Tints of Fedora #68516F

RGB

 RED value IS 104 (41.02% from 255) = 35.14%

 GREEN value IS 81 (32.03% from 255) = 27.36%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 35.14%
G = 27.36%
B = 37.5%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68516F (or 0x68516F) is known color: Fedora. HEX triplet: 68, 51 and 6F. RGB value is (104,81,111). Sum of RGB (Red+Green+Blue) = 104+81+111=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 111 - color contains mainly: blue. Hex color #68516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68516F is #97AE90. Grayscale: #5B5B5B. Windows color (decimal): -9940625 or 7295336. OLE color: 7295336.

HSL color Cylindrical-coordinate representation of color #68516F: hue angle of 286º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68516F is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 81 111 -
CMYK 0.06 0.27 0 0.56
HSL 286º 0.16% 0.38% -
HSV(B) 286º 0.27% 0.44% -
XYZ 11.52 9.98 16.36 -
YUV 91.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 104 81 111 0.06 0.27 0 0.56 286 0.16 0.38
Hex 68 51 6F 6 1B 0 38 11E 10 26
Octal 150 121 157 6 33 0 70 436 20 46
Binary 1101000 1010001 1101111 110 11011 0 111000 100011110 10000 100110

Color Harmonies of #68516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68516F

Black with #68516F

Text Example


Text Example

White with #68516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68516F; }

 p { color: rgb(104,81,111); }

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

background-color css

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

 a { background-color: rgb(104,81,111); }

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

border-color css

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

 span { border-color: rgb(104,81,111); }

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