Html Css Color HEX #6D6E83 Comet

📋 copy color: '#6D6E83'

red 109 ◦ green 110 ◦ blue 131

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

Shades of Comet #6D6E83

Tints of Comet #6D6E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.43%

R = 31.14%
G = 31.43%
B = 37.43%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D6E83 (or 0x6D6E83) is known color: Comet. HEX triplet: 6D, 6E and 83. RGB value is (109,110,131). Sum of RGB (Red+Green+Blue) = 109+110+131=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 131 (51.56% from 255 or 37.43% from 350); Max value from RGB is 131 - color contains mainly: blue. Hex color #6D6E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6E83 is #92917C. Grayscale: #707070. Windows color (decimal): -9605501 or 8613485. OLE color: 8613485.

HSL color Cylindrical-coordinate representation of color #6D6E83: hue angle of 237.27º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D6E83 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 110 131 -
CMYK 0.17 0.16 0 0.49
HSL 237.27º 0.09% 0.47% -
HSV(B) 237.27º 0.17% 0.51% -
XYZ 15.98 16.04 23.73 -
YUV 112.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 109 110 131 0.17 0.16 0 0.49 237.27 0.09 0.47
Hex 6D 6E 83 11 10 0 31 ED 9 2F
Octal 155 156 203 21 20 0 61 355 11 57
Binary 1101101 1101110 10000011 10001 10000 0 110001 11101101 1001 101111

Color Harmonies of #6D6E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6E83

Black with #6D6E83

Text Example


Text Example

White with #6D6E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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