Html Css Color HEX #6A516F Fedora

📋 copy color: '#6A516F'

red 106 ◦ green 81 ◦ blue 111

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

Shades of Fedora #6A516F

Tints of Fedora #6A516F

RGB

 RED value IS 106 (41.8% from 255) = 35.57%

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 35.57%
G = 27.18%
B = 37.25%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A516F (or 0x6A516F) is known color: Fedora. HEX triplet: 6A, 51 and 6F. RGB value is (106,81,111). Sum of RGB (Red+Green+Blue) = 106+81+111=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A516F is #95AE90. Grayscale: #5B5B5B. Windows color (decimal): -9809553 or 7295338. OLE color: 7295338.

HSL color Cylindrical-coordinate representation of color #6A516F: hue angle of 290º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A516F is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 81 111 -
CMYK 0.05 0.27 0 0.56
HSL 290º 0.16% 0.38% -
HSV(B) 290º 0.27% 0.44% -
XYZ 11.76 10.1 16.37 -
YUV 91.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 106 81 111 0.05 0.27 0 0.56 290 0.16 0.38
Hex 6A 51 6F 5 1B 0 38 122 10 26
Octal 152 121 157 5 33 0 70 442 20 46
Binary 1101010 1010001 1101111 101 11011 0 111000 100100010 10000 100110

Color Harmonies of #6A516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A516F

Black with #6A516F

Text Example


Text Example

White with #6A516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A516F; }

 p { color: rgb(106,81,111); }

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

background-color css

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

 a { background-color: rgb(106,81,111); }

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

border-color css

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

 span { border-color: rgb(106,81,111); }

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