Html Css Color HEX #666B6F Mid Grey

📋 copy color: '#666B6F'

red 102 ◦ green 107 ◦ blue 111

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

Shades of Mid Grey #666B6F

Tints of Mid Grey #666B6F

RGB

 RED value IS 102 (40.23% from 255) = 31.88%

 GREEN value IS 107 (42.19% from 255) = 33.44%

 BLUE value IS 111 (43.75% from 255) = 34.69%

R = 31.88%
G = 33.44%
B = 34.69%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666B6F (or 0x666B6F) is known color: Mid Grey. HEX triplet: 66, 6B and 6F. RGB value is (102,107,111). Sum of RGB (Red+Green+Blue) = 102+107+111=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 111 - color contains mainly: blue. Hex color #666B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B6F is #999490. Grayscale: #696969. Windows color (decimal): -10065041 or 7301990. OLE color: 7301990.

HSL color Cylindrical-coordinate representation of color #666B6F: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666B6F is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 107 111 -
CMYK 0.08 0.04 0 0.56
HSL 206.67º 0.04% 0.42% -
HSV(B) 206.67º 0.08% 0.44% -
XYZ 13.61 14.49 17.12 -
YUV 105.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 102 107 111 0.08 0.04 0 0.56 206.67 0.04 0.42
Hex 66 6B 6F 8 4 0 38 CF 4 2A
Octal 146 153 157 10 4 0 70 317 4 52
Binary 1100110 1101011 1101111 1000 100 0 111000 11001111 100 101010

Color Harmonies of #666B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B6F

Black with #666B6F

Text Example


Text Example

White with #666B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666B6F; }

 p { color: rgb(102,107,111); }

 H1.HeaderClassName
 {
   color: #666B6F;
 }
 .AnyTagClassName
 {
   color: #666B6F;
 }
</style>

background-color css

<style>
 a { background-color: #666B6F; }

 a { background-color: rgb(102,107,111); }

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

border-color css

<style>
 span { border-color: #666B6F; }

 span { border-color: rgb(102,107,111); }

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