Html Css Color HEX #6C5B6F Fedora

📋 copy color: '#6C5B6F'

red 108 ◦ green 91 ◦ blue 111

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

Shades of Fedora #6C5B6F

Tints of Fedora #6C5B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.35%

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

R = 34.84%
G = 29.35%
B = 35.81%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6C5B6F (or 0x6C5B6F) is known color: Fedora. HEX triplet: 6C, 5B and 6F. RGB value is (108,91,111). Sum of RGB (Red+Green+Blue) = 108+91+111=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: blue. Hex color #6C5B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5B6F is #93A490. Grayscale: #626262. Windows color (decimal): -9675921 or 7297900. OLE color: 7297900.

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

Color convert

RGB 108 91 111 -
CMYK 0.03 0.18 0 0.56
HSL 291º 0.1% 0.4% -
HSV(B) 291º 0.18% 0.44% -
XYZ 12.79 11.82 16.65 -
YUV 98.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 108 91 111 0.03 0.18 0 0.56 291 0.1 0.4
Hex 6C 5B 6F 3 12 0 38 123 A 28
Octal 154 133 157 3 22 0 70 443 12 50
Binary 1101100 1011011 1101111 11 10010 0 111000 100100011 1010 101000

Color Harmonies of #6C5B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5B6F

Black with #6C5B6F

Text Example


Text Example

White with #6C5B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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