#665073

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

Shades of Fedora #665073

Tints of Fedora #665073

Color information

#665073 (or 0x665073) is unknown color: approx Fedora. HEX triplet: 66, 50 and 73. RGB value is (102,80,115). Sum of RGB (Red+Green+Blue) = 102+80+115=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 115 - color contains mainly: blue. Hex color #665073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665073 is #99AF8C. Grayscale: #5A5A5A. Windows color (decimal): -10071949 or 7557222. OLE color: 7557222.

HSL color Cylindrical-coordinate representation of color #665073: hue angle of 277.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #665073 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10280115-
CMYK0.110.3000.55
HSL277.71º17.95%38.24%-
HSV(B)277.71º30.43%45.1%-
XYZ11.449.817.51-
YUV90.57141.79136.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=34.34%
G=26.94%
B=38.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102801150.110.3000.55277.7117.9538.24
Hex665073B1E0371161226
Octal14612016313360674262246
Binary110011010100001110011101111110011011110001011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665073; }

 p { color: rgb(102,80,115); }

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

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

 a { background-color: rgb(102,80,115); }

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

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

 span { border-color: rgb(102,80,115); }

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