#604868

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

Shades of Fedora #604868

Tints of Fedora #604868

Color information

#604868 (or 0x604868) is unknown color: approx Fedora. HEX triplet: 60, 48 and 68. RGB value is (96,72,104). Sum of RGB (Red+Green+Blue) = 96+72+104=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #604868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604868 is #9FB797. Grayscale: #525252. Windows color (decimal): -10467224 or 6834272. OLE color: 6834272.

HSL color Cylindrical-coordinate representation of color #604868: hue angle of 285º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604868 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9672104-
CMYK0.080.3100.59
HSL285º18.18%34.51%-
HSV(B)285º30.77%40.78%-
XYZ9.648.1214.16-
YUV82.82139.95137.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 104 (41.02% from 255) = 38.24%
R=35.29%
G=26.47%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal96721040.080.3100.5928518.1834.51
Hex60486881F03B11d1223
Octal14011015010370734352243
Binary110000010010001101000100011111011101110001110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604868; }

 p { color: rgb(96,72,104); }

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

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

 a { background-color: rgb(96,72,104); }

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

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

 span { border-color: rgb(96,72,104); }

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