Html Css Color HEX #604863 Fedora

📋 copy color: '#604863'

red 96 ◦ green 72 ◦ blue 99

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

Shades of Fedora #604863

Tints of Fedora #604863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

 BLUE value IS 99 (39.06% from 255) = 37.08%

R = 35.96%
G = 26.97%
B = 37.08%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#604863 (or 0x604863) is known color: Fedora. HEX triplet: 60, 48 and 63. RGB value is (96,72,99). Sum of RGB (Red+Green+Blue) = 96+72+99=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 99 - color contains mainly: blue. Hex color #604863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604863 is #9FB79C. Grayscale: #525252. Windows color (decimal): -10467229 or 6506592. OLE color: 6506592.

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

Color convert

RGB 96 72 99 -
CMYK 0.03 0.27 0 0.61
HSL 293.33º 0.16% 0.34% -
HSV(B) 293.33º 0.27% 0.39% -
XYZ 9.39 8.02 12.86 -
YUV 82.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 96 72 99 0.03 0.27 0 0.61 293.33 0.16 0.34
Hex 60 48 63 3 1B 0 3D 125 10 22
Octal 140 110 143 3 33 0 75 445 20 42
Binary 1100000 1001000 1100011 11 11011 0 111101 100100101 10000 100010

Color Harmonies of #604863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604863

Black with #604863

Text Example


Text Example

White with #604863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604863; }

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

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

background-color css

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

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

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

border-color css

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

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

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