Html Css Color HEX #68576C Fedora

📋 copy color: '#68576C'

red 104 ◦ green 87 ◦ blue 108

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

Shades of Fedora #68576C

Tints of Fedora #68576C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 34.78%
G = 29.1%
B = 36.12%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68576C (or 0x68576C) is known color: Fedora. HEX triplet: 68, 57 and 6C. RGB value is (104,87,108). Sum of RGB (Red+Green+Blue) = 104+87+108=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 108 - color contains mainly: blue. Hex color #68576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68576C is #97A893. Grayscale: #5E5E5E. Windows color (decimal): -9939092 or 7100264. OLE color: 7100264.

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

Color convert

RGB 104 87 108 -
CMYK 0.04 0.19 0 0.58
HSL 288.57º 0.11% 0.38% -
HSV(B) 288.57º 0.19% 0.42% -
XYZ 11.82 10.84 15.66 -
YUV 94.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 104 87 108 0.04 0.19 0 0.58 288.57 0.11 0.38
Hex 68 57 6C 4 13 0 3A 121 B 26
Octal 150 127 154 4 23 0 72 441 13 46
Binary 1101000 1010111 1101100 100 10011 0 111010 100100001 1011 100110

Color Harmonies of #68576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68576C

Black with #68576C

Text Example


Text Example

White with #68576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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