Html Css Color HEX #6D6E86 Comet

📋 copy color: '#6D6E86'

red 109 ◦ green 110 ◦ blue 134

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

Shades of Comet #6D6E86

Tints of Comet #6D6E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 37.96%

R = 30.88%
G = 31.16%
B = 37.96%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6D6E86 (or 0x6D6E86) is known color: Comet. HEX triplet: 6D, 6E and 86. RGB value is (109,110,134). Sum of RGB (Red+Green+Blue) = 109+110+134=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 134 (52.73% from 255 or 37.96% from 353); Max value from RGB is 134 - color contains mainly: blue. Hex color #6D6E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E86 is #929179. Grayscale: #707070. Windows color (decimal): -9605498 or 8810093. OLE color: 8810093.

HSL color Cylindrical-coordinate representation of color #6D6E86: hue angle of 237.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D6E86 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 109 110 134 -
CMYK 0.19 0.18 0 0.47
HSL 237.6º 0.1% 0.48% -
HSV(B) 237.6º 0.19% 0.53% -
XYZ 16.19 16.12 24.81 -
YUV 112.44 140.17 125.55 -
System Red Green Blue C M Y K H S L
Decimal 109 110 134 0.19 0.18 0 0.47 237.6 0.1 0.48
Hex 6D 6E 86 13 12 0 2F EE A 30
Octal 155 156 206 23 22 0 57 356 12 60
Binary 1101101 1101110 10000110 10011 10010 0 101111 11101110 1010 110000

Color Harmonies of #6D6E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E86

Black with #6D6E86

Text Example


Text Example

White with #6D6E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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