#605663

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

Shades of Fedora #605663

Tints of Fedora #605663

Color information

#605663 (or 0x605663) is unknown color: approx Fedora. HEX triplet: 60, 56 and 63. RGB value is (96,86,99). Sum of RGB (Red+Green+Blue) = 96+86+99=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #605663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605663 is #9FA99C. Grayscale: #5A5A5A. Windows color (decimal): -10463645 or 6510176. OLE color: 6510176.

HSL color Cylindrical-coordinate representation of color #605663: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #605663 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB968699-
CMYK0.030.1300.61
HSL286.15º7.03%36.27%-
HSV(B)286.15º13.13%38.82%-
XYZ10.410.0413.19-
YUV90.47132.81131.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=34.16%
G=30.60%
B=35.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9686990.030.1300.61286.157.0336.27
Hex6056633D03D11e724
Octal140126143315075436744
Binary1100000101011011000111111010111101100011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605663; }

 p { color: rgb(96,86,99); }

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

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

 a { background-color: rgb(96,86,99); }

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

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

 span { border-color: rgb(96,86,99); }

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