#6D6E8A

Color #6D6E8A Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #6D6E8A

Tints of Comet #6D6E8A

Color information

#6D6E8A (or 0x6D6E8A) is unknown color: approx Comet. HEX triplet: 6D, 6E and 8A. RGB value is (109,110,138). Sum of RGB (Red+Green+Blue) = 109+110+138=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #6D6E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E8A is #929175. Grayscale: #707070. Windows color (decimal): -9605494 or 9072237. OLE color: 9072237.

HSL color Cylindrical-coordinate representation of color #6D6E8A: hue angle of 237.93º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6E8A is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB109110138-
CMYK0.210.2000.46
HSL237.93º11.74%48.43%-
HSV(B)237.93º21.01%54.12%-
XYZ16.4716.2426.31-
YUV112.89142.17125.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=30.53%
G=30.81%
B=38.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1091101380.210.2000.46237.9311.7448.43
Hex6D6E8A151402Eeec30
Octal15515621225240563561460
Binary110110111011101000101010101101000101110111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6E8A;
 }
 .AnyTagClassName
 {
   color: #6D6E8A;
 }
</style>
background-color css

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

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

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

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

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

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