Html Css Color HEX #6D6E8A Comet

📋 copy color: '#6D6E8A'

red 109 ◦ green 110 ◦ blue 138

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

Shades of Comet #6D6E8A

Tints of Comet #6D6E8A

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.3% from 255) = 38.66%

R = 30.53%
G = 30.81%
B = 38.66%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#6D6E8A (or 0x6D6E8A) is known color: 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

RGB 109 110 138 -
CMYK 0.21 0.20 0 0.46
HSL 237.93º 0.12% 0.48% -
HSV(B) 237.93º 0.21% 0.54% -
XYZ 16.47 16.24 26.31 -
YUV 112.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 109 110 138 0.21 0.20 0 0.46 237.93 0.12 0.48
Hex 6D 6E 8A 15 14 0 2E EE C 30
Octal 155 156 212 25 24 0 56 356 14 60
Binary 1101101 1101110 10001010 10101 10100 0 101110 11101110 1100 110000

Color Harmonies of #6D6E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E8A

Black with #6D6E8A

Text Example


Text Example

White with #6D6E8A

Text Example


Text Example

HTML Codes & Css Web 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>