Html Css Color HEX #68566C Fedora

📋 copy color: '#68566C'

red 104 ◦ green 86 ◦ blue 108

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

Shades of Fedora #68566C

Tints of Fedora #68566C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

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

R = 34.9%
G = 28.86%
B = 36.24%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68566C (or 0x68566C) is known color: Fedora. HEX triplet: 68, 56 and 6C. RGB value is (104,86,108). Sum of RGB (Red+Green+Blue) = 104+86+108=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 108 - color contains mainly: blue. Hex color #68566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68566C is #97A993. Grayscale: #5D5D5D. Windows color (decimal): -9939348 or 7100008. OLE color: 7100008.

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

Color convert

RGB 104 86 108 -
CMYK 0.04 0.20 0 0.58
HSL 289.09º 0.11% 0.38% -
HSV(B) 289.09º 0.2% 0.42% -
XYZ 11.74 10.68 15.63 -
YUV 93.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 104 86 108 0.04 0.20 0 0.58 289.09 0.11 0.38
Hex 68 56 6C 4 14 0 3A 121 B 26
Octal 150 126 154 4 24 0 72 441 13 46
Binary 1101000 1010110 1101100 100 10100 0 111010 100100001 1011 100110

Color Harmonies of #68566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68566C

Black with #68566C

Text Example


Text Example

White with #68566C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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