Html Css Color HEX #676A6E Shuttle Grey

📋 copy color: '#676A6E'

red 103 ◦ green 106 ◦ blue 110

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

Shades of Shuttle Grey #676A6E

Tints of Shuttle Grey #676A6E

RGB

 RED value IS 103 (40.63% from 255) = 32.29%

 GREEN value IS 106 (41.8% from 255) = 33.23%

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 32.29%
G = 33.23%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#676A6E (or 0x676A6E) is known color: Shuttle Grey. HEX triplet: 67, 6A and 6E. RGB value is (103,106,110). Sum of RGB (Red+Green+Blue) = 103+106+110=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 110 - color contains mainly: blue. Hex color #676A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A6E is #989591. Grayscale: #696969. Windows color (decimal): -9999762 or 7236199. OLE color: 7236199.

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

Color convert

RGB 103 106 110 -
CMYK 0.06 0.04 0 0.57
HSL 214.29º 0.03% 0.42% -
HSV(B) 214.29º 0.06% 0.43% -
XYZ 13.56 14.32 16.8 -
YUV 105.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 103 106 110 0.06 0.04 0 0.57 214.29 0.03 0.42
Hex 67 6A 6E 6 4 0 39 D6 3 2A
Octal 147 152 156 6 4 0 71 326 3 52
Binary 1100111 1101010 1101110 110 100 0 111001 11010110 11 101010

Color Harmonies of #676A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A6E

Black with #676A6E

Text Example


Text Example

White with #676A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676A6E; }

 p { color: rgb(103,106,110); }

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

background-color css

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

 a { background-color: rgb(103,106,110); }

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

border-color css

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

 span { border-color: rgb(103,106,110); }

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