#675371

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

Shades of Fedora #675371

Tints of Fedora #675371

Color information

#675371 (or 0x675371) is unknown color: approx Fedora. HEX triplet: 67, 53 and 71. RGB value is (103,83,113). Sum of RGB (Red+Green+Blue) = 103+83+113=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: blue. Hex color #675371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675371 is #98AC8E. Grayscale: #5C5C5C. Windows color (decimal): -10005647 or 7426919. OLE color: 7426919.

HSL color Cylindrical-coordinate representation of color #675371: hue angle of 280º degrees, saturation: 0.15, 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 #675371 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10383113-
CMYK0.090.2700.56
HSL280º15.31%38.43%-
HSV(B)280º26.55%44.31%-
XYZ11.6710.2616.99-
YUV92.4139.63135.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 83 (32.81% from 255) = 27.76%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=34.45%
G=27.76%
B=37.79%

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
Decimal103831130.090.2700.5628015.3138.43
Hex67537191B038118f26
Octal14712316111330704301746
Binary11001111010011111000110011101101110001000110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675371; }

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

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

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

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

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

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

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

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