Html Css Color HEX #68576B Fedora

📋 copy color: '#68576B'

red 104 ◦ green 87 ◦ blue 107

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

Shades of Fedora #68576B

Tints of Fedora #68576B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 34.9%
G = 29.19%
B = 35.91%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68576B (or 0x68576B) is known color: Fedora. HEX triplet: 68, 57 and 6B. RGB value is (104,87,107). Sum of RGB (Red+Green+Blue) = 104+87+107=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 107 - color contains mainly: blue. Hex color #68576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68576B is #97A894. Grayscale: #5E5E5E. Windows color (decimal): -9939093 or 7034728. OLE color: 7034728.

HSL color Cylindrical-coordinate representation of color #68576B: hue angle of 291º degrees, saturation: 0.1, 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 #68576B is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 87 107 -
CMYK 0.03 0.19 0 0.58
HSL 291º 0.1% 0.38% -
HSV(B) 291º 0.19% 0.42% -
XYZ 11.77 10.82 15.38 -
YUV 94.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 104 87 107 0.03 0.19 0 0.58 291 0.1 0.38
Hex 68 57 6B 3 13 0 3A 123 A 26
Octal 150 127 153 3 23 0 72 443 12 46
Binary 1101000 1010111 1101011 11 10011 0 111010 100100011 1010 100110

Color Harmonies of #68576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68576B

Black with #68576B

Text Example


Text Example

White with #68576B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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