Html Css Color HEX #654F71 Fedora

📋 copy color: '#654F71'

red 101 ◦ green 79 ◦ blue 113

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

Shades of Fedora #654F71

Tints of Fedora #654F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.96%

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 34.47%
G = 26.96%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#654F71 (or 0x654F71) is known color: Fedora. HEX triplet: 65, 4F and 71. RGB value is (101,79,113). Sum of RGB (Red+Green+Blue) = 101+79+113=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 113 - color contains mainly: blue. Hex color #654F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F71 is #9AB08E. Grayscale: #595959. Windows color (decimal): -10137743 or 7425893. OLE color: 7425893.

HSL color Cylindrical-coordinate representation of color #654F71: hue angle of 278.82º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #654F71 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 79 113 -
CMYK 0.11 0.30 0 0.56
HSL 278.82º 0.18% 0.38% -
HSV(B) 278.82º 0.3% 0.44% -
XYZ 11.14 9.55 16.88 -
YUV 89.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 101 79 113 0.11 0.30 0 0.56 278.82 0.18 0.38
Hex 65 4F 71 B 1E 0 38 117 12 26
Octal 145 117 161 13 36 0 70 427 22 46
Binary 1100101 1001111 1110001 1011 11110 0 111000 100010111 10010 100110

Color Harmonies of #654F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654F71

Black with #654F71

Text Example


Text Example

White with #654F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654F71; }

 p { color: rgb(101,79,113); }

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

background-color css

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

 a { background-color: rgb(101,79,113); }

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

border-color css

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

 span { border-color: rgb(101,79,113); }

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