#655066

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

Shades of Fedora #655066

Tints of Fedora #655066

Color information

#655066 (or 0x655066) is unknown color: approx Fedora. HEX triplet: 65, 50 and 66. RGB value is (101,80,102). Sum of RGB (Red+Green+Blue) = 101+80+102=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 102 - color contains mainly: blue. Hex color #655066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655066 is #9AAF99. Grayscale: #585858. Windows color (decimal): -10137498 or 6705253. OLE color: 6705253.

HSL color Cylindrical-coordinate representation of color #655066: hue angle of 297.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #655066 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB10180102-
CMYK0.010.2200.6
HSL297.27º12.09%35.69%-
HSV(B)297.27º21.57%40%-
XYZ10.639.4613.84-
YUV88.79135.46136.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=35.69%
G=28.27%
B=36.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal101801020.010.2200.6297.2712.0935.69
Hex65506611603C129c24
Octal1451201461260744511444
Binary11001011010000110011011011001111001001010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655066; }

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

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

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

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

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

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

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

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