Html Css Color HEX #6B516E Fedora

📋 copy color: '#6B516E'

red 107 ◦ green 81 ◦ blue 110

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

Shades of Fedora #6B516E

Tints of Fedora #6B516E

RGB

 RED value IS 107 (42.19% from 255) = 35.91%

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

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

R = 35.91%
G = 27.18%
B = 36.91%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B516E (or 0x6B516E) is known color: Fedora. HEX triplet: 6B, 51 and 6E. RGB value is (107,81,110). Sum of RGB (Red+Green+Blue) = 107+81+110=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B516E is #94AE91. Grayscale: #5B5B5B. Windows color (decimal): -9744018 or 7229803. OLE color: 7229803.

HSL color Cylindrical-coordinate representation of color #6B516E: hue angle of 293.79º 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 #6B516E is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 81 110 -
CMYK 0.03 0.26 0 0.57
HSL 293.79º 0.15% 0.37% -
HSV(B) 293.79º 0.26% 0.43% -
XYZ 11.82 10.14 16.09 -
YUV 92.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 107 81 110 0.03 0.26 0 0.57 293.79 0.15 0.37
Hex 6B 51 6E 3 1A 0 39 126 F 25
Octal 153 121 156 3 32 0 71 446 17 45
Binary 1101011 1010001 1101110 11 11010 0 111001 100100110 1111 100101

Color Harmonies of #6B516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B516E

Black with #6B516E

Text Example


Text Example

White with #6B516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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