Html Css Color HEX #696B6F Shuttle Grey

📋 copy color: '#696B6F'

red 105 ◦ green 107 ◦ blue 111

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

Shades of Shuttle Grey #696B6F

Tints of Shuttle Grey #696B6F

RGB

 RED value IS 105 (41.41% from 255) = 32.51%

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 32.51%
G = 33.13%
B = 34.37%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696B6F (or 0x696B6F) is known color: Shuttle Grey. HEX triplet: 69, 6B and 6F. RGB value is (105,107,111). Sum of RGB (Red+Green+Blue) = 105+107+111=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 111 - color contains mainly: blue. Hex color #696B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B6F is #969490. Grayscale: #6A6A6A. Windows color (decimal): -9868433 or 7301993. OLE color: 7301993.

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

Color convert

RGB 105 107 111 -
CMYK 0.05 0.04 0 0.56
HSL 220º 0.03% 0.42% -
HSV(B) 220º 0.05% 0.44% -
XYZ 13.95 14.67 17.13 -
YUV 106.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 105 107 111 0.05 0.04 0 0.56 220 0.03 0.42
Hex 69 6B 6F 5 4 0 38 DC 3 2A
Octal 151 153 157 5 4 0 70 334 3 52
Binary 1101001 1101011 1101111 101 100 0 111000 11011100 11 101010

Color Harmonies of #696B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B6F

Black with #696B6F

Text Example


Text Example

White with #696B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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