Html Css Color HEX #6A516E Fedora

📋 copy color: '#6A516E'

red 106 ◦ green 81 ◦ blue 110

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

Shades of Fedora #6A516E

Tints of Fedora #6A516E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 35.69%
G = 27.27%
B = 37.04%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A516E (or 0x6A516E) is known color: Fedora. HEX triplet: 6A, 51 and 6E. RGB value is (106,81,110). Sum of RGB (Red+Green+Blue) = 106+81+110=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A516E is #95AE91. Grayscale: #5B5B5B. Windows color (decimal): -9809554 or 7229802. OLE color: 7229802.

HSL color Cylindrical-coordinate representation of color #6A516E: hue angle of 291.72º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A516E is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 81 110 -
CMYK 0.04 0.26 0 0.57
HSL 291.72º 0.15% 0.37% -
HSV(B) 291.72º 0.26% 0.43% -
XYZ 11.7 10.07 16.08 -
YUV 91.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 106 81 110 0.04 0.26 0 0.57 291.72 0.15 0.37
Hex 6A 51 6E 4 1A 0 39 124 F 25
Octal 152 121 156 4 32 0 71 444 17 45
Binary 1101010 1010001 1101110 100 11010 0 111001 100100100 1111 100101

Color Harmonies of #6A516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A516E

Black with #6A516E

Text Example


Text Example

White with #6A516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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