#665371

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

Shades of Fedora #665371

Tints of Fedora #665371

Color information

#665371 (or 0x665371) is unknown color: approx Fedora. HEX triplet: 66, 53 and 71. RGB value is (102,83,113). Sum of RGB (Red+Green+Blue) = 102+83+113=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 83 (32.81% from 255 or 27.85% 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 #665371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665371 is #99AC8E. Grayscale: #5C5C5C. Windows color (decimal): -10071183 or 7426918. OLE color: 7426918.

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

Color convert

RGB10283113-
CMYK0.100.2700.56
HSL278º15.31%38.43%-
HSV(B)278º26.55%44.31%-
XYZ11.5510.216.98-
YUV92.1139.79135.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=34.23%
G=27.85%
B=37.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102831130.100.2700.5627815.3138.43
Hex665371A1B038116f26
Octal14612316112330704261746
Binary11001101010011111000110101101101110001000101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665371; }

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

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

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

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

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

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

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

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