#604363

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

Shades of Fedora #604363

Tints of Fedora #604363

Color information

#604363 (or 0x604363) is unknown color: approx Fedora. HEX triplet: 60, 43 and 63. RGB value is (96,67,99). Sum of RGB (Red+Green+Blue) = 96+67+99=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #604363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604363 is #9FBC9C. Grayscale: #4F4F4F. Windows color (decimal): -10468509 or 6505312. OLE color: 6505312.

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

Color convert

RGB966799-
CMYK0.030.3200.61
HSL294.38º19.28%32.55%-
HSV(B)294.38º32.32%38.82%-
XYZ9.087.412.75-
YUV79.32139.11139.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=36.64%
G=25.57%
B=37.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9667990.030.3200.61294.3819.2832.55
Hex60436332003D1261321
Octal1401031433400754462341
Binary11000001000011110001111100000011110110010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604363; }

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

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

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

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

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

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

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

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