Html Css Color HEX #6C606D Fedora

📋 copy color: '#6C606D'

red 108 ◦ green 96 ◦ blue 109

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

Shades of Fedora #6C606D

Tints of Fedora #6C606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 34.5%
G = 30.67%
B = 34.82%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6C606D (or 0x6C606D) is known color: Fedora. HEX triplet: 6C, 60 and 6D. RGB value is (108,96,109). Sum of RGB (Red+Green+Blue) = 108+96+109=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C606D is #939F92. Grayscale: #656565. Windows color (decimal): -9674643 or 7168108. OLE color: 7168108.

HSL color Cylindrical-coordinate representation of color #6C606D: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C606D is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 96 109 -
CMYK 0.01 0.12 0 0.57
HSL 295.38º 0.06% 0.4% -
HSV(B) 295.38º 0.12% 0.43% -
XYZ 13.13 12.66 16.22 -
YUV 101.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 108 96 109 0.01 0.12 0 0.57 295.38 0.06 0.4
Hex 6C 60 6D 1 C 0 39 127 6 28
Octal 154 140 155 1 14 0 71 447 6 50
Binary 1101100 1100000 1101101 1 1100 0 111001 100100111 110 101000

Color Harmonies of #6C606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C606D

Black with #6C606D

Text Example


Text Example

White with #6C606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,96,109); }

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

background-color css

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

 a { background-color: rgb(108,96,109); }

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

border-color css

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

 span { border-color: rgb(108,96,109); }

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