#604663

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

Shades of Fedora #604663

Tints of Fedora #604663

Color information

#604663 (or 0x604663) is unknown color: approx Fedora. HEX triplet: 60, 46 and 63. RGB value is (96,70,99). Sum of RGB (Red+Green+Blue) = 96+70+99=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #604663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604663 is #9FB99C. Grayscale: #505050. Windows color (decimal): -10467741 or 6506080. OLE color: 6506080.

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

Color convert

RGB967099-
CMYK0.030.2900.61
HSL293.79º17.16%33.14%-
HSV(B)293.79º29.29%38.82%-
XYZ9.277.7712.82-
YUV81.08138.11138.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 70 (27.73% from 255) = 26.42%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=36.23%
G=26.42%
B=37.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9670990.030.2900.61293.7917.1633.14
Hex60466331D03D1261121
Octal1401061433350754462141
Binary1100000100011011000111111101011110110010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604663; }

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

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

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

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

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

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

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

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