#65466A

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

Shades of Fedora #65466A

Tints of Fedora #65466A

Color information

#65466A (or 0x65466A) is unknown color: approx Fedora. HEX triplet: 65, 46 and 6A. RGB value is (101,70,106). Sum of RGB (Red+Green+Blue) = 101+70+106=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #65466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65466A is #9AB995. Grayscale: #535353. Windows color (decimal): -10140054 or 6964837. OLE color: 6964837.

HSL color Cylindrical-coordinate representation of color #65466A: hue angle of 291.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65466A is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10170106-
CMYK0.050.3400.58
HSL291.67º20.45%34.51%-
HSV(B)291.67º33.96%41.57%-
XYZ10.168.1914.68-
YUV83.37140.77140.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 70 (27.73% from 255) = 25.27%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=36.46%
G=25.27%
B=38.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101701060.050.3400.58291.6720.4534.51
Hex65466A52203A1241423
Octal1451061525420724442443
Binary110010110001101101010101100010011101010010010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65466A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65466A; }

 p { color: rgb(101,70,106); }

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

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

 a { background-color: rgb(101,70,106); }

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

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

 span { border-color: rgb(101,70,106); }

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