#674E68

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

Shades of Fedora #674E68

Tints of Fedora #674E68

Color information

#674E68 (or 0x674E68) is unknown color: approx Fedora. HEX triplet: 67, 4E and 68. RGB value is (103,78,104). Sum of RGB (Red+Green+Blue) = 103+78+104=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #674E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E68 is #98B197. Grayscale: #585858. Windows color (decimal): -10006936 or 6835815. OLE color: 6835815.

HSL color Cylindrical-coordinate representation of color #674E68: hue angle of 297.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #674E68 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10378104-
CMYK0.010.2500.59
HSL297.69º14.29%35.69%-
HSV(B)297.69º25%40.78%-
XYZ10.829.3314.33-
YUV88.44136.78138.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=36.14%
G=27.37%
B=36.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103781040.010.2500.59297.6914.2935.69
Hex674E6811903B12ae24
Octal1471161501310734521644
Binary11001111001110110100011100101110111001010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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