#675471

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

Shades of Fedora #675471

Tints of Fedora #675471

Color information

#675471 (or 0x675471) is unknown color: approx Fedora. HEX triplet: 67, 54 and 71. RGB value is (103,84,113). Sum of RGB (Red+Green+Blue) = 103+84+113=300 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.33% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #675471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675471 is #98AB8E. Grayscale: #5C5C5C. Windows color (decimal): -10005391 or 7427175. OLE color: 7427175.

HSL color Cylindrical-coordinate representation of color #675471: hue angle of 279.31º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #675471 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10384113-
CMYK0.090.2600.56
HSL279.31º14.72%38.63%-
HSV(B)279.31º25.66%44.31%-
XYZ11.7410.4217.01-
YUV92.99139.29135.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.33%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 113 (44.53% from 255) = 37.67%
R=34.33%
G=28%
B=37.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103841130.090.2600.56279.3114.7238.63
Hex67547191A038117f27
Octal14712416111320704271747
Binary11001111010100111000110011101001110001000101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675471; }

 p { color: rgb(103,84,113); }

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

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

 a { background-color: rgb(103,84,113); }

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

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

 span { border-color: rgb(103,84,113); }

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