Html Css Color HEX #68576F Fedora

📋 copy color: '#68576F'

red 104 ◦ green 87 ◦ blue 111

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

Shades of Fedora #68576F

Tints of Fedora #68576F

RGB

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

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

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

R = 34.44%
G = 28.81%
B = 36.75%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68576F (or 0x68576F) is known color: Fedora. HEX triplet: 68, 57 and 6F. RGB value is (104,87,111). Sum of RGB (Red+Green+Blue) = 104+87+111=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 111 - color contains mainly: blue. Hex color #68576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68576F is #97A890. Grayscale: #5E5E5E. Windows color (decimal): -9939089 or 7296872. OLE color: 7296872.

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

Color convert

RGB 104 87 111 -
CMYK 0.06 0.22 0 0.56
HSL 282.5º 0.12% 0.39% -
HSV(B) 282.5º 0.22% 0.44% -
XYZ 11.99 10.91 16.51 -
YUV 94.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 104 87 111 0.06 0.22 0 0.56 282.5 0.12 0.39
Hex 68 57 6F 6 16 0 38 11A C 27
Octal 150 127 157 6 26 0 70 432 14 47
Binary 1101000 1010111 1101111 110 10110 0 111000 100011010 1100 100111

Color Harmonies of #68576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68576F

Black with #68576F

Text Example


Text Example

White with #68576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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