#696B6E

Color #696B6E Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #696B6E

Tints of Shuttle Grey #696B6E

Color information

#696B6E (or 0x696B6E) is unknown color: approx Shuttle Grey. HEX triplet: 69, 6B and 6E. RGB value is (105,107,110). Sum of RGB (Red+Green+Blue) = 105+107+110=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 110 - color contains mainly: blue. Hex color #696B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B6E is #969491. Grayscale: #6A6A6A. Windows color (decimal): -9868434 or 7236457. OLE color: 7236457.

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

Color convert

RGB105107110-
CMYK0.050.0300.57
HSL216º2.33%42.16%-
HSV(B)216º4.55%43.14%-
XYZ13.914.6416.85-
YUV106.74129.84126.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=32.61%
G=33.23%
B=34.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1051071100.050.0300.572162.3342.16
Hex696B6E53039d822a
Octal15115315653071330252
Binary1101001110101111011101011101110011101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B6E; }

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

 H1.HeaderClassName
 {
   color: #696B6E;
 }
 .AnyTagClassName
 {
   color: #696B6E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #696B6E;
 }
 .BgClassName
 {
   background-color: #696B6E;
 }
</style>
border-color css

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

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

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