Html Css Color HEX #654863 Fedora

📋 copy color: '#654863'

red 101 ◦ green 72 ◦ blue 99

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

Shades of Fedora #654863

Tints of Fedora #654863

RGB

 RED value IS 101 (39.84% from 255) = 37.13%

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

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

R = 37.13%
G = 26.47%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#654863 (or 0x654863) is known color: Fedora. HEX triplet: 65, 48 and 63. RGB value is (101,72,99). Sum of RGB (Red+Green+Blue) = 101+72+99=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #654863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654863 is #9AB79C. Grayscale: #535353. Windows color (decimal): -10139549 or 6506597. OLE color: 6506597.

HSL color Cylindrical-coordinate representation of color #654863: hue angle of 304.14º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #654863 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 72 99 -
CMYK 0 0.29 0.02 0.60
HSL 304.14º 0.17% 0.34% -
HSV(B) 304.14º 0.29% 0.4% -
XYZ 9.94 8.3 12.88 -
YUV 83.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 101 72 99 0 0.29 0.02 0.60 304.14 0.17 0.34
Hex 65 48 63 0 1D 2 3C 130 11 22
Octal 145 110 143 0 35 2 74 460 21 42
Binary 1100101 1001000 1100011 0 11101 10 111100 100110000 10001 100010

Color Harmonies of #654863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654863

Black with #654863

Text Example


Text Example

White with #654863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654863; }

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

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

background-color css

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

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

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

border-color css

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

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

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