Html Css Color HEX #68516C Fedora

📋 copy color: '#68516C'

red 104 ◦ green 81 ◦ blue 108

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

Shades of Fedora #68516C

Tints of Fedora #68516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 35.49%
G = 27.65%
B = 36.86%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68516C (or 0x68516C) is known color: Fedora. HEX triplet: 68, 51 and 6C. RGB value is (104,81,108). Sum of RGB (Red+Green+Blue) = 104+81+108=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 108 - color contains mainly: blue. Hex color #68516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68516C is #97AE93. Grayscale: #5A5A5A. Windows color (decimal): -9940628 or 7098728. OLE color: 7098728.

HSL color Cylindrical-coordinate representation of color #68516C: hue angle of 291.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68516C is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 81 108 -
CMYK 0.04 0.25 0 0.58
HSL 291.11º 0.14% 0.37% -
HSV(B) 291.11º 0.25% 0.42% -
XYZ 11.36 9.91 15.5 -
YUV 90.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 104 81 108 0.04 0.25 0 0.58 291.11 0.14 0.37
Hex 68 51 6C 4 19 0 3A 123 E 25
Octal 150 121 154 4 31 0 72 443 16 45
Binary 1101000 1010001 1101100 100 11001 0 111010 100100011 1110 100101

Color Harmonies of #68516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68516C

Black with #68516C

Text Example


Text Example

White with #68516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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