Html Css Color HEX #6B6D76 Comet

📋 copy color: '#6B6D76'

red 107 ◦ green 109 ◦ blue 118

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

Shades of Comet #6B6D76

Tints of Comet #6B6D76

RGB

 RED value IS 107 (42.19% from 255) = 32.04%

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 32.04%
G = 32.63%
B = 35.33%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B6D76 (or 0x6B6D76) is known color: Comet. HEX triplet: 6B, 6D and 76. RGB value is (107,109,118). Sum of RGB (Red+Green+Blue) = 107+109+118=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B6D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D76 is #949289. Grayscale: #6D6D6D. Windows color (decimal): -9736842 or 7761259. OLE color: 7761259.

HSL color Cylindrical-coordinate representation of color #6B6D76: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B6D76 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 107 109 118 -
CMYK 0.09 0.08 0 0.54
HSL 229.09º 0.05% 0.44% -
HSV(B) 229.09º 0.09% 0.46% -
XYZ 14.8 15.37 19.33 -
YUV 109.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 107 109 118 0.09 0.08 0 0.54 229.09 0.05 0.44
Hex 6B 6D 76 9 8 0 36 E5 5 2C
Octal 153 155 166 11 10 0 66 345 5 54
Binary 1101011 1101101 1110110 1001 1000 0 110110 11100101 101 101100

Color Harmonies of #6B6D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D76

Black with #6B6D76

Text Example


Text Example

White with #6B6D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,109,118); }

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

background-color css

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

 a { background-color: rgb(107,109,118); }

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

border-color css

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

 span { border-color: rgb(107,109,118); }

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