Html Css Color HEX #6D6E80 Comet

📋 copy color: '#6D6E80'

red 109 ◦ green 110 ◦ blue 128

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

Shades of Comet #6D6E80

Tints of Comet #6D6E80

RGB

 RED value IS 109 (42.97% from 255) = 31.41%

 GREEN value IS 110 (43.36% from 255) = 31.7%

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 31.41%
G = 31.7%
B = 36.89%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D6E80 (or 0x6D6E80) is known color: Comet. HEX triplet: 6D, 6E and 80. RGB value is (109,110,128). Sum of RGB (Red+Green+Blue) = 109+110+128=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #6D6E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E80 is #92917F. Grayscale: #6F6F6F. Windows color (decimal): -9605504 or 8416877. OLE color: 8416877.

HSL color Cylindrical-coordinate representation of color #6D6E80: hue angle of 236.84º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D6E80 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 110 128 -
CMYK 0.15 0.14 0 0.50
HSL 236.84º 0.08% 0.46% -
HSV(B) 236.84º 0.15% 0.5% -
XYZ 15.78 15.96 22.67 -
YUV 111.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 109 110 128 0.15 0.14 0 0.50 236.84 0.08 0.46
Hex 6D 6E 80 F E 0 32 ED 8 2E
Octal 155 156 200 17 16 0 62 355 10 56
Binary 1101101 1101110 10000000 1111 1110 0 110010 11101101 1000 101110

Color Harmonies of #6D6E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E80

Black with #6D6E80

Text Example


Text Example

White with #6D6E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,110,128); }

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

background-color css

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

 a { background-color: rgb(109,110,128); }

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

border-color css

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

 span { border-color: rgb(109,110,128); }

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