#674C6C

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

Shades of Fedora #674C6C

Tints of Fedora #674C6C

Color information

#674C6C (or 0x674C6C) is unknown color: approx Fedora. HEX triplet: 67, 4C and 6C. RGB value is (103,76,108). Sum of RGB (Red+Green+Blue) = 103+76+108=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 108 - color contains mainly: blue. Hex color #674C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C6C is #98B393. Grayscale: #575757. Windows color (decimal): -10007444 or 7097447. OLE color: 7097447.

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

Color convert

RGB10376108-
CMYK0.050.3000.58
HSL290.62º17.39%36.08%-
HSV(B)290.62º29.63%42.35%-
XYZ10.889.1415.38-
YUV87.72139.45138.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=35.89%
G=26.48%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103761080.050.3000.58290.6217.3936.08
Hex674C6C51E03A1231124
Octal1471141545360724432144
Binary11001111001100110110010111110011101010010001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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