#674F6D

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

Shades of Fedora #674F6D

Tints of Fedora #674F6D

Color information

#674F6D (or 0x674F6D) is unknown color: approx Fedora. HEX triplet: 67, 4F and 6D. RGB value is (103,79,109). Sum of RGB (Red+Green+Blue) = 103+79+109=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #674F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674F6D is #98B092. Grayscale: #595959. Windows color (decimal): -10006675 or 7163751. OLE color: 7163751.

HSL color Cylindrical-coordinate representation of color #674F6D: hue angle of 288º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674F6D is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10379109-
CMYK0.060.2800.57
HSL288º15.96%36.86%-
HSV(B)288º27.52%42.75%-
XYZ11.159.5815.73-
YUV89.6138.95137.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 79 (31.25% from 255) = 27.15%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=35.40%
G=27.15%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103791090.060.2800.5728815.9636.86
Hex674F6D61C0391201025
Octal1471171556340714402045
Binary11001111001111110110111011100011100110010000010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,79,109); }

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

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

 a { background-color: rgb(103,79,109); }

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

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

 span { border-color: rgb(103,79,109); }

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