Html Css Color HEX #6C556F Fedora

📋 copy color: '#6C556F'

red 108 ◦ green 85 ◦ blue 111

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

Shades of Fedora #6C556F

Tints of Fedora #6C556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

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

R = 35.53%
G = 27.96%
B = 36.51%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C556F (or 0x6C556F) is known color: Fedora. HEX triplet: 6C, 55 and 6F. RGB value is (108,85,111). Sum of RGB (Red+Green+Blue) = 108+85+111=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C556F is #93AA90. Grayscale: #5E5E5E. Windows color (decimal): -9677457 or 7296364. OLE color: 7296364.

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

Color convert

RGB 108 85 111 -
CMYK 0.03 0.23 0 0.56
HSL 293.08º 0.13% 0.38% -
HSV(B) 293.08º 0.23% 0.44% -
XYZ 12.3 10.83 16.48 -
YUV 94.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 108 85 111 0.03 0.23 0 0.56 293.08 0.13 0.38
Hex 6C 55 6F 3 17 0 38 125 D 26
Octal 154 125 157 3 27 0 70 445 15 46
Binary 1101100 1010101 1101111 11 10111 0 111000 100100101 1101 100110

Color Harmonies of #6C556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C556F

Black with #6C556F

Text Example


Text Example

White with #6C556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,111); }

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

background-color css

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

 a { background-color: rgb(108,85,111); }

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

border-color css

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

 span { border-color: rgb(108,85,111); }

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