Html Css Color HEX #6D6E7F Comet

📋 copy color: '#6D6E7F'

red 109 ◦ green 110 ◦ blue 127

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

Shades of Comet #6D6E7F

Tints of Comet #6D6E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.71%

R = 31.5%
G = 31.79%
B = 36.71%

CMYK

 C value IS 0.14

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6D6E7F (or 0x6D6E7F) is known color: Comet. HEX triplet: 6D, 6E and 7F. RGB value is (109,110,127). Sum of RGB (Red+Green+Blue) = 109+110+127=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 127 - color contains mainly: blue. Hex color #6D6E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6E7F is #929180. Grayscale: #6F6F6F. Windows color (decimal): -9605505 or 8351341. OLE color: 8351341.

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

Color convert

RGB 109 110 127 -
CMYK 0.14 0.13 0 0.50
HSL 236.67º 0.08% 0.46% -
HSV(B) 236.67º 0.14% 0.5% -
XYZ 15.71 15.94 22.33 -
YUV 111.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 109 110 127 0.14 0.13 0 0.50 236.67 0.08 0.46
Hex 6D 6E 7F E D 0 32 ED 8 2E
Octal 155 156 177 16 15 0 62 355 10 56
Binary 1101101 1101110 1111111 1110 1101 0 110010 11101101 1000 101110

Color Harmonies of #6D6E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E7F

Black with #6D6E7F

Text Example


Text Example

White with #6D6E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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