Html Css Color HEX #6D6F82 Comet

📋 copy color: '#6D6F82'

red 109 ◦ green 111 ◦ blue 130

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

Shades of Comet #6D6F82

Tints of Comet #6D6F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 31.14%
G = 31.71%
B = 37.14%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6D6F82 (or 0x6D6F82) is known color: Comet. HEX triplet: 6D, 6F and 82. RGB value is (109,111,130). Sum of RGB (Red+Green+Blue) = 109+111+130=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #6D6F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6F82 is #92907D. Grayscale: #707070. Windows color (decimal): -9605246 or 8548205. OLE color: 8548205.

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

Color convert

RGB 109 111 130 -
CMYK 0.16 0.15 0 0.49
HSL 234.29º 0.09% 0.47% -
HSV(B) 234.29º 0.16% 0.51% -
XYZ 16.02 16.23 23.41 -
YUV 112.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 109 111 130 0.16 0.15 0 0.49 234.29 0.09 0.47
Hex 6D 6F 82 10 F 0 31 EA 9 2F
Octal 155 157 202 20 17 0 61 352 11 57
Binary 1101101 1101111 10000010 10000 1111 0 110001 11101010 1001 101111

Color Harmonies of #6D6F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6F82

Black with #6D6F82

Text Example


Text Example

White with #6D6F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,111,130); }

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

background-color css

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

 a { background-color: rgb(109,111,130); }

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

border-color css

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

 span { border-color: rgb(109,111,130); }

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