#605466

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

Shades of Fedora #605466

Tints of Fedora #605466

Color information

#605466 (or 0x605466) is unknown color: approx Fedora. HEX triplet: 60, 54 and 66. RGB value is (96,84,102). Sum of RGB (Red+Green+Blue) = 96+84+102=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 102 - color contains mainly: blue. Hex color #605466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605466 is #9FAB99. Grayscale: #595959. Windows color (decimal): -10464154 or 6706272. OLE color: 6706272.

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

Color convert

RGB9684102-
CMYK0.060.1800.6
HSL280º9.68%36.47%-
HSV(B)280º17.65%40%-
XYZ10.399.7913.91-
YUV89.64134.98132.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=34.04%
G=29.79%
B=36.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96841020.060.1800.62809.6836.47
Hex60546661203C118a24
Octal1401241466220744301244
Binary1100000101010011001101101001001111001000110001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605466; }

 p { color: rgb(96,84,102); }

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

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

 a { background-color: rgb(96,84,102); }

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

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

 span { border-color: rgb(96,84,102); }

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