#68586F

Color #68586F Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #68586F

Tints of Fedora #68586F

Color information

#68586F (or 0x68586F) is unknown color: approx Fedora. HEX triplet: 68, 58 and 6F. RGB value is (104,88,111). Sum of RGB (Red+Green+Blue) = 104+88+111=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 111 - color contains mainly: blue. Hex color #68586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68586F is #97A790. Grayscale: #5F5F5F. Windows color (decimal): -9938833 or 7297128. OLE color: 7297128.

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

Color convert

RGB10488111-
CMYK0.060.2100.56
HSL281.74º11.56%39.02%-
HSV(B)281.74º20.72%43.53%-
XYZ12.0711.0716.54-
YUV95.41136.8134.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=34.32%
G=29.04%
B=36.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104881110.060.2100.56281.7411.5639.02
Hex68586F61503811ac27
Octal1501301576250704321447
Binary1101000101100011011111101010101110001000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #68586F;
 }
 .AnyTagClassName
 {
   color: #68586F;
 }
</style>
background-color css

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

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

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

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

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

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