#674E6F

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

Shades of Fedora #674E6F

Tints of Fedora #674E6F

Color information

#674E6F (or 0x674E6F) is unknown color: approx Fedora. HEX triplet: 67, 4E and 6F. RGB value is (103,78,111). Sum of RGB (Red+Green+Blue) = 103+78+111=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 111 - color contains mainly: blue. Hex color #674E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E6F is #98B190. Grayscale: #595959. Windows color (decimal): -10006929 or 7294567. OLE color: 7294567.

HSL color Cylindrical-coordinate representation of color #674E6F: hue angle of 285.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674E6F is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10378111-
CMYK0.070.3000.56
HSL285.45º17.46%37.06%-
HSV(B)285.45º29.73%43.53%-
XYZ11.199.4816.28-
YUV89.24140.28137.82-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.27%
GREEN value IS 78 (30.86% from 255) = 26.71%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=35.27%
G=26.71%
B=38.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103781110.070.3000.56285.4517.4637.06
Hex674E6F71E03811d1125
Octal1471161577360704352145
Binary11001111001110110111111111110011100010001110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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