Html Css Color HEX #604560 Fedora

📋 copy color: '#604560'

red 96 ◦ green 69 ◦ blue 96

#604560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #604560

Tints of Fedora #604560

RGB

 RED value IS 96 (37.89% from 255) = 36.78%

 GREEN value IS 69 (27.34% from 255) = 26.44%

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 36.78%
G = 26.44%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604560 (or 0x604560) is known color: Fedora. HEX triplet: 60, 45 and 60. RGB value is (96,69,96). Sum of RGB (Red+Green+Blue) = 96+69+96=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #604560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604560 is #9FBA9F. Grayscale: #505050. Windows color (decimal): -10468000 or 6309216. OLE color: 6309216.

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

Color convert

RGB 96 69 96 -
CMYK 0 0.28 0 0.62
HSL 300º 0.16% 0.32% -
HSV(B) 300º 0.28% 0.38% -
XYZ 9.06 7.59 12.05 -
YUV 80.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 96 69 96 0 0.28 0 0.62 300 0.16 0.32
Hex 60 45 60 0 1C 0 3E 12C 10 20
Octal 140 105 140 0 34 0 76 454 20 40
Binary 1100000 1000101 1100000 0 11100 0 111110 100101100 10000 100000

Color Harmonies of #604560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604560

Black with #604560

Text Example


Text Example

White with #604560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604560; }

 p { color: rgb(96,69,96); }

 H1.HeaderClassName
 {
   color: #604560;
 }
 .AnyTagClassName
 {
   color: #604560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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