#665271

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

Shades of Fedora #665271

Tints of Fedora #665271

Color information

#665271 (or 0x665271) is unknown color: approx Fedora. HEX triplet: 66, 52 and 71. RGB value is (102,82,113). Sum of RGB (Red+Green+Blue) = 102+82+113=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #665271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665271 is #99AD8E. Grayscale: #5B5B5B. Windows color (decimal): -10071439 or 7426662. OLE color: 7426662.

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

Color convert

RGB10282113-
CMYK0.100.2700.56
HSL278.71º15.9%38.24%-
HSV(B)278.71º27.43%44.31%-
XYZ11.4810.0516.96-
YUV91.51140.13135.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=34.34%
G=27.61%
B=38.05%

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
Decimal102821130.100.2700.56278.7115.938.24
Hex665271A1B0381171026
Octal14612216112330704272046
Binary110011010100101110001101011011011100010001011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665271; }

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

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

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

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

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

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

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

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