#604463

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

Shades of Fedora #604463

Tints of Fedora #604463

Color information

#604463 (or 0x604463) is unknown color: approx Fedora. HEX triplet: 60, 44 and 63. RGB value is (96,68,99). Sum of RGB (Red+Green+Blue) = 96+68+99=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #604463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604463 is #9FBB9C. Grayscale: #4F4F4F. Windows color (decimal): -10468253 or 6505568. OLE color: 6505568.

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

Color convert

RGB966899-
CMYK0.030.3100.61
HSL294.19º18.56%32.75%-
HSV(B)294.19º31.31%38.82%-
XYZ9.147.5212.77-
YUV79.91138.78139.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=36.50%
G=25.86%
B=37.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9668990.030.3100.61294.1918.5632.75
Hex60446331F03D1261321
Octal1401041433370754462341
Binary1100000100010011000111111111011110110010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604463; }

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

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

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

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

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

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

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

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