#674B66

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

Shades of Fedora #674B66

Tints of Fedora #674B66

Color information

#674B66 (or 0x674B66) is unknown color: approx Fedora. HEX triplet: 67, 4B and 66. RGB value is (103,75,102). Sum of RGB (Red+Green+Blue) = 103+75+102=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #674B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674B66 is #98B499. Grayscale: #565656. Windows color (decimal): -10007706 or 6703975. OLE color: 6703975.

HSL color Cylindrical-coordinate representation of color #674B66: hue angle of 302.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #674B66 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10375102-
CMYK00.270.010.60
HSL302.14º15.73%34.9%-
HSV(B)302.14º27.18%40.39%-
XYZ10.518.8813.73-
YUV86.45136.78139.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.79%
GREEN value IS 75 (29.69% from 255) = 26.79%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=36.79%
G=26.79%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1037510200.270.010.60302.1415.7334.9
Hex674B6601B13C12e1023
Octal1471131460331744562043
Binary110011110010111100110011011111110010010111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,75,102); }

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

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

 a { background-color: rgb(103,75,102); }

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

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

 span { border-color: rgb(103,75,102); }

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