#604362

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

Shades of Fedora #604362

Tints of Fedora #604362

Color information

#604362 (or 0x604362) is unknown color: approx Fedora. HEX triplet: 60, 43 and 62. RGB value is (96,67,98). Sum of RGB (Red+Green+Blue) = 96+67+98=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #604362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604362 is #9FBC9D. Grayscale: #4F4F4F. Windows color (decimal): -10468510 or 6439776. OLE color: 6439776.

HSL color Cylindrical-coordinate representation of color #604362: hue angle of 296.13º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604362 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB966798-
CMYK0.020.3200.62
HSL296.13º18.79%32.35%-
HSV(B)296.13º31.63%38.43%-
XYZ9.047.3812.5-
YUV79.2138.61139.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=36.78%
G=25.67%
B=37.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9667980.020.3200.62296.1318.7932.35
Hex60436222003E1281320
Octal1401031422400764502340
Binary11000001000011110001010100000011111010010100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604362; }

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

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

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

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

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

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

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

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