Html Css Color HEX #6B6D6E Mid Grey

📋 copy color: '#6B6D6E'

red 107 ◦ green 109 ◦ blue 110

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

Shades of Mid Grey #6B6D6E

Tints of Mid Grey #6B6D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.74%

R = 32.82%
G = 33.44%
B = 33.74%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B6D6E (or 0x6B6D6E) is known color: Mid Grey. HEX triplet: 6B, 6D and 6E. RGB value is (107,109,110). Sum of RGB (Red+Green+Blue) = 107+109+110=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B6D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D6E is #949291. Grayscale: #6C6C6C. Windows color (decimal): -9736850 or 7236971. OLE color: 7236971.

HSL color Cylindrical-coordinate representation of color #6B6D6E: hue angle of 200º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6D6E is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 109 110 -
CMYK 0.03 0.01 0 0.57
HSL 200º 0.01% 0.43% -
HSV(B) 200º 0.03% 0.43% -
XYZ 14.35 15.19 16.93 -
YUV 108.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 107 109 110 0.03 0.01 0 0.57 200 0.01 0.43
Hex 6B 6D 6E 3 1 0 39 C8 1 2B
Octal 153 155 156 3 1 0 71 310 1 53
Binary 1101011 1101101 1101110 11 1 0 111001 11001000 1 101011

Color Harmonies of #6B6D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6D6E

Black with #6B6D6E

Text Example


Text Example

White with #6B6D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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