Html Css Color HEX #66686B Shuttle Grey

📋 copy color: '#66686B'

red 102 ◦ green 104 ◦ blue 107

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

Shades of Shuttle Grey #66686B

Tints of Shuttle Grey #66686B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.23%

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 32.59%
G = 33.23%
B = 34.19%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#66686B (or 0x66686B) is known color: Shuttle Grey. HEX triplet: 66, 68 and 6B. RGB value is (102,104,107). Sum of RGB (Red+Green+Blue) = 102+104+107=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 107 - color contains mainly: blue. Hex color #66686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66686B is #999794. Grayscale: #676767. Windows color (decimal): -10065813 or 7039078. OLE color: 7039078.

HSL color Cylindrical-coordinate representation of color #66686B: hue angle of 216º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #66686B is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 104 107 -
CMYK 0.05 0.03 0 0.58
HSL 216º 0.02% 0.41% -
HSV(B) 216º 0.05% 0.42% -
XYZ 13.08 13.79 15.88 -
YUV 103.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 102 104 107 0.05 0.03 0 0.58 216 0.02 0.41
Hex 66 68 6B 5 3 0 3A D8 2 29
Octal 146 150 153 5 3 0 72 330 2 51
Binary 1100110 1101000 1101011 101 11 0 111010 11011000 10 101001

Color Harmonies of #66686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66686B

Black with #66686B

Text Example


Text Example

White with #66686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66686B; }

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

 H1.HeaderClassName
 {
   color: #66686B;
 }
 .AnyTagClassName
 {
   color: #66686B;
 }
</style>

background-color css

<style>
 a { background-color: #66686B; }

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

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

border-color css

<style>
 span { border-color: #66686B; }

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

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