Html Css Color HEX #6C516E Fedora

📋 copy color: '#6C516E'

red 108 ◦ green 81 ◦ blue 110

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

Shades of Fedora #6C516E

Tints of Fedora #6C516E

RGB

 RED value IS 108 (42.58% from 255) = 36.12%

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

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

R = 36.12%
G = 27.09%
B = 36.79%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C516E (or 0x6C516E) is known color: Fedora. HEX triplet: 6C, 51 and 6E. RGB value is (108,81,110). Sum of RGB (Red+Green+Blue) = 108+81+110=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #6C516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C516E is #93AE91. Grayscale: #5C5C5C. Windows color (decimal): -9678482 or 7229804. OLE color: 7229804.

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

Color convert

RGB 108 81 110 -
CMYK 0.02 0.26 0 0.57
HSL 295.86º 0.15% 0.37% -
HSV(B) 295.86º 0.26% 0.43% -
XYZ 11.94 10.2 16.09 -
YUV 92.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 108 81 110 0.02 0.26 0 0.57 295.86 0.15 0.37
Hex 6C 51 6E 2 1A 0 39 128 F 25
Octal 154 121 156 2 32 0 71 450 17 45
Binary 1101100 1010001 1101110 10 11010 0 111001 100101000 1111 100101

Color Harmonies of #6C516E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C516E

Black with #6C516E

Text Example


Text Example

White with #6C516E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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