#65486A

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

Shades of Fedora #65486A

Tints of Fedora #65486A

Color information

#65486A (or 0x65486A) is unknown color: approx Fedora. HEX triplet: 65, 48 and 6A. RGB value is (101,72,106). Sum of RGB (Red+Green+Blue) = 101+72+106=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 106 - color contains mainly: blue. Hex color #65486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65486A is #9AB795. Grayscale: #545454. Windows color (decimal): -10139542 or 6965349. OLE color: 6965349.

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

Color convert

RGB10172106-
CMYK0.050.3200.58
HSL291.18º19.1%34.9%-
HSV(B)291.18º32.08%41.57%-
XYZ10.298.4414.72-
YUV84.55140.11139.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=36.20%
G=25.81%
B=37.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101721060.050.3200.58291.1819.134.9
Hex65486A52003A1231323
Octal1451101525400724432343
Binary110010110010001101010101100000011101010010001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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