Html Css Color HEX #686B70 Shuttle Grey

📋 copy color: '#686B70'

red 104 ◦ green 107 ◦ blue 112

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

Shades of Shuttle Grey #686B70

Tints of Shuttle Grey #686B70

RGB

 RED value IS 104 (41.02% from 255) = 32.2%

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

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

R = 32.2%
G = 33.13%
B = 34.67%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686B70 (or 0x686B70) is known color: Shuttle Grey. HEX triplet: 68, 6B and 70. RGB value is (104,107,112). Sum of RGB (Red+Green+Blue) = 104+107+112=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #686B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B70 is #97948F. Grayscale: #6A6A6A. Windows color (decimal): -9933968 or 7367528. OLE color: 7367528.

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

Color convert

RGB 104 107 112 -
CMYK 0.07 0.04 0 0.56
HSL 217.5º 0.04% 0.42% -
HSV(B) 217.5º 0.07% 0.44% -
XYZ 13.89 14.63 17.42 -
YUV 106.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 104 107 112 0.07 0.04 0 0.56 217.5 0.04 0.42
Hex 68 6B 70 7 4 0 38 DA 4 2A
Octal 150 153 160 7 4 0 70 332 4 52
Binary 1101000 1101011 1110000 111 100 0 111000 11011010 100 101010

Color Harmonies of #686B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B70

Black with #686B70

Text Example


Text Example

White with #686B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686B70; }

 p { color: rgb(104,107,112); }

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

background-color css

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

 a { background-color: rgb(104,107,112); }

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

border-color css

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

 span { border-color: rgb(104,107,112); }

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