#696C70

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

Shades of Shuttle Grey #696C70

Tints of Shuttle Grey #696C70

Color information

#696C70 (or 0x696C70) is unknown color: approx Shuttle Grey. HEX triplet: 69, 6C and 70. RGB value is (105,108,112). Sum of RGB (Red+Green+Blue) = 105+108+112=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 112 - color contains mainly: blue. Hex color #696C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C70 is #96938F. Grayscale: #6B6B6B. Windows color (decimal): -9868176 or 7367785. OLE color: 7367785.

HSL color Cylindrical-coordinate representation of color #696C70: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #696C70 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105108112-
CMYK0.060.0400.56
HSL214.29º3.23%42.55%-
HSV(B)214.29º6.25%43.92%-
XYZ14.1114.917.46-
YUV107.56130.51126.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=32.31%
G=33.23%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051081120.060.0400.56214.293.2342.55
Hex696C7064038d632b
Octal15115416064070326353
Binary11010011101100111000011010001110001101011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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