Html Css Color HEX #6C6D75 Comet

📋 copy color: '#6C6D75'

red 108 ◦ green 109 ◦ blue 117

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

Shades of Comet #6C6D75

Tints of Comet #6C6D75

RGB

 RED value IS 108 (42.58% from 255) = 32.34%

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

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 32.34%
G = 32.63%
B = 35.03%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6C6D75 (or 0x6C6D75) is known color: Comet. HEX triplet: 6C, 6D and 75. RGB value is (108,109,117). Sum of RGB (Red+Green+Blue) = 108+109+117=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C6D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D75 is #93928A. Grayscale: #6D6D6D. Windows color (decimal): -9671307 or 7695724. OLE color: 7695724.

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

Color convert

RGB 108 109 117 -
CMYK 0.08 0.07 0 0.54
HSL 233.33º 0.04% 0.44% -
HSV(B) 233.33º 0.08% 0.46% -
XYZ 14.86 15.41 19.02 -
YUV 109.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 108 109 117 0.08 0.07 0 0.54 233.33 0.04 0.44
Hex 6C 6D 75 8 7 0 36 E9 4 2C
Octal 154 155 165 10 7 0 66 351 4 54
Binary 1101100 1101101 1110101 1000 111 0 110110 11101001 100 101100

Color Harmonies of #6C6D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6D75

Black with #6C6D75

Text Example


Text Example

White with #6C6D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,109,117); }

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

background-color css

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

 a { background-color: rgb(108,109,117); }

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

border-color css

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

 span { border-color: rgb(108,109,117); }

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