Html Css Color HEX #655071 Fedora

📋 copy color: '#655071'

red 101 ◦ green 80 ◦ blue 113

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

Shades of Fedora #655071

Tints of Fedora #655071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

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

R = 34.35%
G = 27.21%
B = 38.44%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#655071 (or 0x655071) is known color: Fedora. HEX triplet: 65, 50 and 71. RGB value is (101,80,113). Sum of RGB (Red+Green+Blue) = 101+80+113=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #655071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655071 is #9AAF8E. Grayscale: #595959. Windows color (decimal): -10137487 or 7426149. OLE color: 7426149.

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

Color convert

RGB 101 80 113 -
CMYK 0.11 0.29 0 0.56
HSL 278.18º 0.17% 0.38% -
HSV(B) 278.18º 0.29% 0.44% -
XYZ 11.22 9.7 16.9 -
YUV 90.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 101 80 113 0.11 0.29 0 0.56 278.18 0.17 0.38
Hex 65 50 71 B 1D 0 38 116 11 26
Octal 145 120 161 13 35 0 70 426 21 46
Binary 1100101 1010000 1110001 1011 11101 0 111000 100010110 10001 100110

Color Harmonies of #655071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655071

Black with #655071

Text Example


Text Example

White with #655071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655071; }

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

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

background-color css

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

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

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

border-color css

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

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

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