#674C70

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

Shades of Fedora #674C70

Tints of Fedora #674C70

Color information

#674C70 (or 0x674C70) is unknown color: approx Fedora. HEX triplet: 67, 4C and 70. RGB value is (103,76,112). Sum of RGB (Red+Green+Blue) = 103+76+112=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 112 - color contains mainly: blue. Hex color #674C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C70 is #98B38F. Grayscale: #585858. Windows color (decimal): -10007440 or 7359591. OLE color: 7359591.

HSL color Cylindrical-coordinate representation of color #674C70: hue angle of 285º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #674C70 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10376112-
CMYK0.080.3200.56
HSL285º19.15%36.86%-
HSV(B)285º32.14%43.92%-
XYZ11.19.2216.52-
YUV88.18141.45138.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=35.40%
G=26.12%
B=38.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103761120.080.3200.5628519.1536.86
Hex674C7082003811d1325
Octal14711416010400704352345
Binary1100111100110011100001000100000011100010001110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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