#675E68

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

Shades of Fedora #675E68

Tints of Fedora #675E68

Color information

#675E68 (or 0x675E68) is unknown color: approx Fedora. HEX triplet: 67, 5E and 68. RGB value is (103,94,104). Sum of RGB (Red+Green+Blue) = 103+94+104=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 104 - color contains mainly: blue. Hex color #675E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675E68 is #98A197. Grayscale: #616161. Windows color (decimal): -10002840 or 6839911. OLE color: 6839911.

HSL color Cylindrical-coordinate representation of color #675E68: hue angle of 294º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #675E68 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10394104-
CMYK0.010.1000.59
HSL294º5.05%38.82%-
HSV(B)294º9.62%40.78%-
XYZ12.0911.8914.75-
YUV97.83131.48131.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 104 (41.02% from 255) = 34.55%
R=34.22%
G=31.23%
B=34.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103941040.010.1000.592945.0538.82
Hex675E681A03B126527
Octal147136150112073446547
Binary110011110111101101000110100111011100100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675E68; }

 p { color: rgb(103,94,104); }

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

<style>
 a { background-color: #675E68; }

 a { background-color: rgb(103,94,104); }

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

<style>
 span { border-color: #675E68; }

 span { border-color: rgb(103,94,104); }

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