#65496D

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

Shades of Fedora #65496D

Tints of Fedora #65496D

Color information

#65496D (or 0x65496D) is unknown color: approx Fedora. HEX triplet: 65, 49 and 6D. RGB value is (101,73,109). Sum of RGB (Red+Green+Blue) = 101+73+109=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #65496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65496D is #9AB692. Grayscale: #555555. Windows color (decimal): -10139283 or 7162213. OLE color: 7162213.

HSL color Cylindrical-coordinate representation of color #65496D: hue angle of 286.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65496D is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10173109-
CMYK0.070.3300.57
HSL286.67º19.78%35.69%-
HSV(B)286.67º33.03%42.75%-
XYZ10.518.6415.58-
YUV85.48141.28139.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.69%
GREEN value IS 73 (28.91% from 255) = 25.80%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=35.69%
G=25.80%
B=38.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101731090.070.3300.57286.6719.7835.69
Hex65496D72103911f1424
Octal1451111557410714372444
Binary110010110010011101101111100001011100110001111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65496D; }

 p { color: rgb(101,73,109); }

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

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

 a { background-color: rgb(101,73,109); }

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

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

 span { border-color: rgb(101,73,109); }

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