#674E6C

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

Shades of Fedora #674E6C

Tints of Fedora #674E6C

Color information

#674E6C (or 0x674E6C) is unknown color: approx Fedora. HEX triplet: 67, 4E and 6C. RGB value is (103,78,108). Sum of RGB (Red+Green+Blue) = 103+78+108=289 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.64% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 108 - color contains mainly: blue. Hex color #674E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #674E6C is #98B193. Grayscale: #585858. Windows color (decimal): -10006932 or 7097959. OLE color: 7097959.

HSL color Cylindrical-coordinate representation of color #674E6C: hue angle of 290º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #674E6C is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10378108-
CMYK0.050.2800.58
HSL290º16.13%36.47%-
HSV(B)290º27.78%42.35%-
XYZ11.029.4215.42-
YUV88.9138.78138.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.64%
GREEN value IS 78 (30.86% from 255) = 26.99%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=35.64%
G=26.99%
B=37.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103781080.050.2800.5829016.1336.47
Hex674E6C51C03A1221024
Octal1471161545340724422044
Binary11001111001110110110010111100011101010010001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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