Html Css Color HEX #666B71 Shuttle Grey

📋 copy color: '#666B71'

red 102 ◦ green 107 ◦ blue 113

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

Shades of Shuttle Grey #666B71

Tints of Shuttle Grey #666B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.09%

R = 31.68%
G = 33.23%
B = 35.09%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666B71 (or 0x666B71) is known color: Shuttle Grey. HEX triplet: 66, 6B and 71. RGB value is (102,107,113). Sum of RGB (Red+Green+Blue) = 102+107+113=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 113 (44.53% from 255 or 35.09% from 322); Max value from RGB is 113 - color contains mainly: blue. Hex color #666B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666B71 is #99948E. Grayscale: #6A6A6A. Windows color (decimal): -10065039 or 7433062. OLE color: 7433062.

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

Color convert

RGB 102 107 113 -
CMYK 0.10 0.05 0 0.56
HSL 212.73º 0.05% 0.42% -
HSV(B) 212.73º 0.1% 0.44% -
XYZ 13.72 14.53 17.7 -
YUV 106.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 102 107 113 0.10 0.05 0 0.56 212.73 0.05 0.42
Hex 66 6B 71 A 5 0 38 D5 5 2A
Octal 146 153 161 12 5 0 70 325 5 52
Binary 1100110 1101011 1110001 1010 101 0 111000 11010101 101 101010

Color Harmonies of #666B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666B71

Black with #666B71

Text Example


Text Example

White with #666B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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