Html Css Color HEX #68566F Fedora

📋 copy color: '#68566F'

red 104 ◦ green 86 ◦ blue 111

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

Shades of Fedora #68566F

Tints of Fedora #68566F

RGB

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

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

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

R = 34.55%
G = 28.57%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68566F (or 0x68566F) is known color: Fedora. HEX triplet: 68, 56 and 6F. RGB value is (104,86,111). Sum of RGB (Red+Green+Blue) = 104+86+111=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 111 - color contains mainly: blue. Hex color #68566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68566F is #97A990. Grayscale: #5E5E5E. Windows color (decimal): -9939345 or 7296616. OLE color: 7296616.

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

Color convert

RGB 104 86 111 -
CMYK 0.06 0.23 0 0.56
HSL 283.2º 0.13% 0.39% -
HSV(B) 283.2º 0.23% 0.44% -
XYZ 11.91 10.75 16.49 -
YUV 94.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 104 86 111 0.06 0.23 0 0.56 283.2 0.13 0.39
Hex 68 56 6F 6 17 0 38 11B D 27
Octal 150 126 157 6 27 0 70 433 15 47
Binary 1101000 1010110 1101111 110 10111 0 111000 100011011 1101 100111

Color Harmonies of #68566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68566F

Black with #68566F

Text Example


Text Example

White with #68566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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