#675271

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

Shades of Fedora #675271

Tints of Fedora #675271

Color information

#675271 (or 0x675271) is unknown color: approx Fedora. HEX triplet: 67, 52 and 71. RGB value is (103,82,113). Sum of RGB (Red+Green+Blue) = 103+82+113=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #675271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675271 is #98AD8E. Grayscale: #5B5B5B. Windows color (decimal): -10005903 or 7426663. OLE color: 7426663.

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

Color convert

RGB10382113-
CMYK0.090.2700.56
HSL280.65º15.9%38.24%-
HSV(B)280.65º27.43%44.31%-
XYZ11.5910.1116.96-
YUV91.81139.96135.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=34.56%
G=27.52%
B=37.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103821130.090.2700.56280.6515.938.24
Hex67527191B0381191026
Octal14712216111330704312046
Binary110011110100101110001100111011011100010001100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675271; }

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

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

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

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

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

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

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

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