Html Css Color HEX #666970 Shuttle Grey

📋 copy color: '#666970'

red 102 ◦ green 105 ◦ blue 112

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

Shades of Shuttle Grey #666970

Tints of Shuttle Grey #666970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 31.97%
G = 32.92%
B = 35.11%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666970 (or 0x666970) is known color: Shuttle Grey. HEX triplet: 66, 69 and 70. RGB value is (102,105,112). Sum of RGB (Red+Green+Blue) = 102+105+112=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 112 - color contains mainly: blue. Hex color #666970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666970 is #99968F. Grayscale: #686868. Windows color (decimal): -10065552 or 7367014. OLE color: 7367014.

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

Color convert

RGB 102 105 112 -
CMYK 0.09 0.06 0 0.56
HSL 222º 0.05% 0.42% -
HSV(B) 222º 0.09% 0.44% -
XYZ 13.46 14.1 17.34 -
YUV 104.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 102 105 112 0.09 0.06 0 0.56 222 0.05 0.42
Hex 66 69 70 9 6 0 38 DE 5 2A
Octal 146 151 160 11 6 0 70 336 5 52
Binary 1100110 1101001 1110000 1001 110 0 111000 11011110 101 101010

Color Harmonies of #666970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666970

Black with #666970

Text Example


Text Example

White with #666970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666970; }

 p { color: rgb(102,105,112); }

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

background-color css

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

 a { background-color: rgb(102,105,112); }

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

border-color css

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

 span { border-color: rgb(102,105,112); }

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